#BF593B

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

Shades of Smoke Tree #BF593B

Tints of Smoke Tree #BF593B

Color information

#BF593B (or 0xBF593B) is unknown color: approx Smoke Tree. HEX triplet: BF, 59 and 3B. RGB value is (191,89,59). Sum of RGB (Red+Green+Blue) = 191+89+59=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF593B is #40A6C4. Grayscale: #747474. Windows color (decimal): -4236997 or 3889599. OLE color: 3889599.

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

Color convert

RGB1918959-
CMYK00.530.690.25
HSL13.64º52.8%49.02%-
HSV(B)13.64º69.11%74.9%-
XYZ25.8518.546.35-
YUV116.0895.79181.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.34%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 59 (23.44% from 255) = 17.40%
R=56.34%
G=26.25%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191895900.530.690.2513.6452.849.02
HexBF593B0354519e3531
Octal2771317306510531166561
Binary10111111101100111101101101011000101110011110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF593B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF593B; }

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

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

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

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

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

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

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

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