#BF6436

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

Shades of Smoke Tree #BF6436

Tints of Smoke Tree #BF6436

Color information

#BF6436 (or 0xBF6436) is unknown color: approx Smoke Tree. HEX triplet: BF, 64 and 36. RGB value is (191,100,54). Sum of RGB (Red+Green+Blue) = 191+100+54=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6436 is #409BC9. Grayscale: #7A7A7A. Windows color (decimal): -4234186 or 3564735. OLE color: 3564735.

HSL color Cylindrical-coordinate representation of color #BF6436: hue angle of 20.15º 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 #BF6436 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19110054-
CMYK00.480.720.25
HSL20.15º55.92%48.04%-
HSV(B)20.15º71.73%74.9%-
XYZ26.7120.466.03-
YUV121.9689.65177.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.36%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 54 (21.48% from 255) = 15.65%
R=55.36%
G=28.99%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911005400.480.720.2520.1555.9248.04
HexBF64360304819143830
Octal2771446606011031247060
Binary101111111100100110110011000010010001100110100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6436; }

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

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

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

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

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

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

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

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