#BF5732

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

Shades of Smoke Tree #BF5732

Tints of Smoke Tree #BF5732

Color information

#BF5732 (or 0xBF5732) is unknown color: approx Smoke Tree. HEX triplet: BF, 57 and 32. RGB value is (191,87,50). Sum of RGB (Red+Green+Blue) = 191+87+50=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5732 is #40A8CD. Grayscale: #727272. Windows color (decimal): -4237518 or 3299263. OLE color: 3299263.

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

Color convert

RGB1918750-
CMYK00.540.740.25
HSL15.74º58.51%47.25%-
HSV(B)15.74º73.82%74.9%-
XYZ25.4718.125.17-
YUV113.8891.96183.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.23%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 50 (19.92% from 255) = 15.24%
R=58.23%
G=26.52%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191875000.540.740.2515.7458.5147.25
HexBF57320364A19103b2f
Octal2771276206611231207357
Binary101111111010111110010011011010010101100110000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5732; }

 p { color: rgb(191,87,50); }

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

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

 a { background-color: rgb(191,87,50); }

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

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

 span { border-color: rgb(191,87,50); }

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