COLOR #BF7337

HEX: #BF7337 RGB: (191,115,55)

Color info

#BF7337 contains mainly red color. Web safe color of #BF7337 is #CC6633 (or #C63).

RGB color model

#BF7337 color RGB value is (191,115,55).

RGB: (191,115,55) (75%, 45%, 22%)

RGB channels and saturation

R 191 of 255 = 75%
G 115 of 255 = 45%
B 55 of 255 = 22%

191
115
55

R + G + B ~ 47%. #BF7337 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 191 + 115 + 55 = 361 (100%)
R 191 of 361 ~ 52.91%
G 115 of 361 ~ 31.86%
B 55 of 361 ~ 15.24'%

%52.91
%31.86
%15.24

CMYK color model

#BF7337 color CMYK value is (0,40,71,25).

  • cyan value is 0.00%
  • magenta value is 39.79%
  • yellow value is 71.20%
  • key color value is 25.10%

CMYK: (0,40,71,25)
C0M40Y71K25 (0%, 40%, 71%, 25%)
(0.00 / 0.40 / 0.71 / 0.25)

CMYK percentages

%0
%39.79
%71.2
%25.1

Codes

Color #BF7337 in popluar color models

BF 73 37
RGB 191 115 55
HSL 26° 55.28% 48.24%
HSB/HSV 26° 71.20% 74.90%
CMYK 0.00% 39.79% 71.20%
25.10%

Color #BF7337 in popluar number systems.

HEX BF 73 37
Decimal 191 115 55
Binary 10111111 1110011 110111
Octal 277 163 67

Shades and tints

Shades of #BF7337

#BF7337
(191,115,55)
#AE6932
(174,105,50)
#9D5F2D
(157,95,45)
#8C5528
(140,85,40)
#7B4B23
(123,75,35)
#6A411E
(106,65,30)
#593719
(89,55,25)
#482D14
(72,45,20)
#37230F
(55,35,15)
#26190A
(38,25,10)
#150F05
(21,15,5)
#000000
(0,0,0)

Tints of #BF7337

#BF7337
(191,115,55)
#C47F49
(196,127,73)
#C98B5B
(201,139,91)
#CE976D
(206,151,109)
#D3A37F
(211,163,127)
#D8AF91
(216,175,145)
#DDBBA3
(221,187,163)
#E2C7B5
(226,199,181)
#E7D3C7
(231,211,199)
#ECDFD9
(236,223,217)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7337 color. Also use rgb(191,115,55) instead hex code.

Text Font Color

.myTextColor { color: #BF7337; }

<p style="color:#BF7337">This sample text font color is #BF7337.</p>

This text font color is #BF7337.

Background Color

.myBgColor { background-color: #BF7337; }

<div style="background-color:#BF7337">Inner text</div>

This div background color is #BF7337.

Border color

.myBorderColor { border: 1px solid #BF7337; }

<div style="border:3px solid #BF7337">Div</div>

This div border color is #BF7337.

Opacity

.myOpacity80 { color: #BF7337; opacity: 0.8; }

<p style="color:#BF7337;opacity:0.8;">80%</p>

Text with #BF7337 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BF7337;}

<p style="text-shadow: 3px 3px 1px #BF7337">Text here.</p>

This text has shadow with #BF7337 color.


.textShadow {text-shadow: 3px 3px 1px #BF7337', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BF7337, 5px 5px 20px red">Text here.</p>

This text has shadow with #BF7337 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BF7337, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BF7337, Direction=45, Strength=4)">Text</p>

This text has shadow with #BF7337 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BF7337;
-webkit-box-shadow: 1px 1px 3px 2px #BF7337;
box-shadow: 1px 1px 3px 2px #BF7337;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BF7337; -webkit-box-shadow: 1px 1px 3px 2px #BF7337; box-shadow:1px 1px 3px 2px #BF7337;">
Div content here
</div>

This div box has shadow with color #BF7337.

Preview

Color preview on black background

This text has color #BF7337 on black background.


Color preview on white background

This text has color #BF7337 on white background.


Black color preview on #BF7337 background

This text has black color on #BF7337 background.


White color preview on #BF7337 background

This text has white color on #BF7337 background.


Related colors

Complementary color

Complementary color for #hex is #408CC8.


I love getcolorcode.com

Triadic colors

1 #37BF73 and #7337BF with #BF7337 are triadic colors.

2 #3773BF and #73BF37 with #BF7337 are triadic colors.