#BF5934

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

Shades of Smoke Tree #BF5934

Tints of Smoke Tree #BF5934

Color information

#BF5934 (or 0xBF5934) is unknown color: approx Smoke Tree. HEX triplet: BF, 59 and 34. RGB value is (191,89,52). Sum of RGB (Red+Green+Blue) = 191+89+52=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5934 is #40A6CB. Grayscale: #737373. Windows color (decimal): -4237004 or 3430847. OLE color: 3430847.

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

Color convert

RGB1918952-
CMYK00.530.730.25
HSL15.97º57.2%47.65%-
HSV(B)15.97º72.77%74.9%-
XYZ25.6818.475.46-
YUV115.2892.29182.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.53%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=57.53%
G=26.81%
B=15.66%

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
Decimal191895200.530.730.2515.9757.247.65
HexBF59340354919103930
Octal2771316406511131207160
Binary101111111011001110100011010110010011100110000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5934; }

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

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

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

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

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

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

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

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