#BF5933

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

Shades of Smoke Tree #BF5933

Tints of Smoke Tree #BF5933

Color information

#BF5933 (or 0xBF5933) is unknown color: approx Smoke Tree. HEX triplet: BF, 59 and 33. RGB value is (191,89,51). Sum of RGB (Red+Green+Blue) = 191+89+51=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5933 is #40A6CC. Grayscale: #737373. Windows color (decimal): -4237005 or 3365311. OLE color: 3365311.

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

Color convert

RGB1918951-
CMYK00.530.730.25
HSL16.29º57.85%47.45%-
HSV(B)16.29º73.3%74.9%-
XYZ25.6618.465.34-
YUV115.1791.79182.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.70%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 51 (20.31% from 255) = 15.41%
R=57.70%
G=26.89%
B=15.41%

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
Decimal191895100.530.730.2516.2957.8547.45
HexBF59330354919103a2f
Octal2771316306511131207257
Binary101111111011001110011011010110010011100110000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5933; }

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

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

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

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

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

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

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

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