#BF5A34

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

Shades of Smoke Tree #BF5A34

Tints of Smoke Tree #BF5A34

Color information

#BF5A34 (or 0xBF5A34) is unknown color: approx Smoke Tree. HEX triplet: BF, 5A and 34. RGB value is (191,90,52). Sum of RGB (Red+Green+Blue) = 191+90+52=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A34 is #40A5CB. Grayscale: #747474. Windows color (decimal): -4236748 or 3431103. OLE color: 3431103.

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

Color convert

RGB1919052-
CMYK00.530.730.25
HSL16.4º57.2%47.65%-
HSV(B)16.4º72.77%74.9%-
XYZ25.7618.645.49-
YUV115.8791.96181.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.36%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 52 (20.70% from 255) = 15.62%
R=57.36%
G=27.03%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191905200.530.730.2516.457.247.65
HexBF5A340354919103930
Octal2771326406511131207160
Binary101111111011010110100011010110010011100110000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A34; }

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

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

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

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

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

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

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

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