#BF6039

Color #BF6039 Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #BF6039

Tints of Smoke Tree #BF6039

Color information

#BF6039 (or 0xBF6039) is unknown color: approx Smoke Tree. HEX triplet: BF, 60 and 39. RGB value is (191,96,57). Sum of RGB (Red+Green+Blue) = 191+96+57=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6039 is #409FC6. Grayscale: #787878. Windows color (decimal): -4235207 or 3760319. OLE color: 3760319.

HSL color Cylindrical-coordinate representation of color #BF6039: hue angle of 17.46º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF6039 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB1919657-
CMYK00.500.700.25
HSL17.46º54.03%48.63%-
HSV(B)17.46º70.16%74.9%-
XYZ26.4119.746.29-
YUV119.9692.47178.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.52%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 57 (22.66% from 255) = 16.57%
R=55.52%
G=27.91%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191965700.500.700.2517.4654.0348.63
HexBF60390324619113631
Octal2771407106210631216661
Binary101111111100000111001011001010001101100110001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6039; }

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

 H1.HeaderClassName
 {
   color: #BF6039;
 }
 .AnyTagClassName
 {
   color: #BF6039;
 }
</style>
background-color css

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

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

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

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

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

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