#BF592D

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

Shades of Smoke Tree #BF592D

Tints of Smoke Tree #BF592D

Color information

#BF592D (or 0xBF592D) is unknown color: approx Smoke Tree. HEX triplet: BF, 59 and 2D. RGB value is (191,89,45). Sum of RGB (Red+Green+Blue) = 191+89+45=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF592D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF592D is #40A6D2. Grayscale: #727272. Windows color (decimal): -4237011 or 2972095. OLE color: 2972095.

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

Color convert

RGB1918945-
CMYK00.530.760.25
HSL18.08º61.86%46.27%-
HSV(B)18.08º76.44%74.9%-
XYZ25.5318.414.69-
YUV114.4888.79182.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.77%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 45 (17.97% from 255) = 13.85%
R=58.77%
G=27.38%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191894500.530.760.2518.0861.8646.27
HexBF592D0354C19123e2e
Octal2771315506511431227656
Binary101111111011001101101011010110011001100110010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF592D; }

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

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

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

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

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

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

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

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