#BF6536

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

Shades of Smoke Tree #BF6536

Tints of Smoke Tree #BF6536

Color information

#BF6536 (or 0xBF6536) is unknown color: approx Smoke Tree. HEX triplet: BF, 65 and 36. RGB value is (191,101,54). Sum of RGB (Red+Green+Blue) = 191+101+54=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6536 is #409AC9. Grayscale: #7A7A7A. Windows color (decimal): -4233930 or 3564991. OLE color: 3564991.

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

Color convert

RGB19110154-
CMYK00.470.720.25
HSL20.58º55.92%48.04%-
HSV(B)20.58º71.73%74.9%-
XYZ26.8120.656.06-
YUV122.5589.32176.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.20%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 54 (21.48% from 255) = 15.61%
R=55.20%
G=29.19%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911015400.470.720.2520.5855.9248.04
HexBF653602F4819153830
Octal2771456605711031257060
Binary101111111100101110110010111110010001100110101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6536; }

 p { color: rgb(191,101,54); }

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

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

 a { background-color: rgb(191,101,54); }

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

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

 span { border-color: rgb(191,101,54); }

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