#BF5A39

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

Shades of Smoke Tree #BF5A39

Tints of Smoke Tree #BF5A39

Color information

#BF5A39 (or 0xBF5A39) is unknown color: approx Smoke Tree. HEX triplet: BF, 5A and 39. RGB value is (191,90,57). Sum of RGB (Red+Green+Blue) = 191+90+57=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A39 is #40A5C6. Grayscale: #747474. Windows color (decimal): -4236743 or 3758783. OLE color: 3758783.

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

Color convert

RGB1919057-
CMYK00.530.700.25
HSL14.78º54.03%48.63%-
HSV(B)14.78º70.16%74.9%-
XYZ25.8818.686.11-
YUV116.4494.46181.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.51%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 57 (22.66% from 255) = 16.86%
R=56.51%
G=26.63%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191905700.530.700.2514.7854.0348.63
HexBF5A390354619f3631
Octal2771327106510631176661
Binary10111111101101011100101101011000110110011111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A39; }

 p { color: rgb(191,90,57); }

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

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

 a { background-color: rgb(191,90,57); }

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

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

 span { border-color: rgb(191,90,57); }

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