#BF5B34

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

Shades of Smoke Tree #BF5B34

Tints of Smoke Tree #BF5B34

Color information

#BF5B34 (or 0xBF5B34) is unknown color: approx Smoke Tree. HEX triplet: BF, 5B and 34. RGB value is (191,91,52). Sum of RGB (Red+Green+Blue) = 191+91+52=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5B34 is #40A4CB. Grayscale: #747474. Windows color (decimal): -4236492 or 3431359. OLE color: 3431359.

HSL color Cylindrical-coordinate representation of color #BF5B34: hue angle of 16.83º 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 #BF5B34 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1919152-
CMYK00.520.730.25
HSL16.83º57.2%47.65%-
HSV(B)16.83º72.77%74.9%-
XYZ25.8518.815.52-
YUV116.4591.63181.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.19%
GREEN value IS 91 (35.94% from 255) = 27.25%
BLUE value IS 52 (20.70% from 255) = 15.57%
R=57.19%
G=27.25%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191915200.520.730.2516.8357.247.65
HexBF5B340344919113930
Octal2771336406411131217160
Binary101111111011011110100011010010010011100110001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B34; }

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

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

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

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

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

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

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

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