Html Css Color HEX #BF6037 Smoke Tree

📋 copy color: '#BF6037'

red 191 ◦ green 96 ◦ blue 55

#BF6037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoke Tree #BF6037

Tints of Smoke Tree #BF6037

RGB

 RED value IS 191 (75% from 255) = 55.85%

 GREEN value IS 96 (37.89% from 255) = 28.07%

 BLUE value IS 55 (21.88% from 255) = 16.08%

R = 55.85%
G = 28.07%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF6037 (or 0xBF6037) is known color: Smoke Tree. HEX triplet: BF, 60 and 37. RGB value is (191,96,55). Sum of RGB (Red+Green+Blue) = 191+96+55=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6037 is #409FC8. Grayscale: #777777. Windows color (decimal): -4235209 or 3629247. OLE color: 3629247.

HSL color Cylindrical-coordinate representation of color #BF6037: hue angle of 18.09º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF6037 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 96 55 -
CMYK 0 0.50 0.71 0.25
HSL 18.09º 0.55% 0.48% -
HSV(B) 18.09º 0.71% 0.75% -
XYZ 26.36 19.72 6.03 -
YUV 119.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 191 96 55 0 0.50 0.71 0.25 18.09 0.55 0.48
Hex BF 60 37 0 32 47 19 12 37 30
Octal 277 140 67 0 62 107 31 22 67 60
Binary 10111111 1100000 110111 0 110010 1000111 11001 10010 110111 110000

Color Harmonies of #BF6037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6037

Black with #BF6037

Text Example


Text Example

White with #BF6037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6037; }

 p { color: rgb(191,96,55); }

 H1.HeaderClassName
 {
   color: #BF6037;
 }
 .AnyTagClassName
 {
   color: #BF6037;
 }
</style>

background-color css

<style>
 a { background-color: #BF6037; }

 a { background-color: rgb(191,96,55); }

 div.DivClassName
 {
   background-color: #BF6037;
 }
 .BgClassName
 {
   background-color: #BF6037;
 }
</style>

border-color css

<style>
 span { border-color: #BF6037; }

 span { border-color: rgb(191,96,55); }

 td.TdClassName
 {
   border-color: #BF6037;
 }
 .TagClassName
 {
   border-color: #BF6037;
 }
</style>