#BF592C

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

Shades of Smoke Tree #BF592C

Tints of Smoke Tree #BF592C

Color information

#BF592C (or 0xBF592C) is unknown color: approx Smoke Tree. HEX triplet: BF, 59 and 2C. RGB value is (191,89,44). Sum of RGB (Red+Green+Blue) = 191+89+44=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF592C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF592C is #40A6D3. Grayscale: #727272. Windows color (decimal): -4237012 or 2906559. OLE color: 2906559.

HSL color Cylindrical-coordinate representation of color #BF592C: hue angle of 18.37º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF592C is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB1918944-
CMYK00.530.770.25
HSL18.37º62.55%46.08%-
HSV(B)18.37º76.96%74.9%-
XYZ25.5118.44.59-
YUV114.3788.29182.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.95%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 44 (17.58% from 255) = 13.58%
R=58.95%
G=27.47%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191894400.530.770.2518.3762.5546.08
HexBF592C0354D19123f2e
Octal2771315406511531227756
Binary101111111011001101100011010110011011100110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF592C; }

 p { color: rgb(191,89,44); }

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

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

 a { background-color: rgb(191,89,44); }

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

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

 span { border-color: rgb(191,89,44); }

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