#bf5f33

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

Shades of Smoke Tree #BF5F33

Tints of Smoke Tree #BF5F33

Color information

#BF5F33 (or 0xBF5F33) is unknown color: approx Smoke Tree. HEX triplet: BF, 5F and 33. RGB value is (191,95,51). Sum of RGB (Red+Green+Blue) = 191+95+51=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5F33 is #40A0CC. Grayscale: #767676. Windows color (decimal): -4235469 or 3366847. OLE color: 3366847.

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

Color convert

RGB1919551-
CMYK00.500.730.25
HSL18.86º57.85%47.45%-
HSV(B)18.86º73.3%74.9%-
XYZ26.1819.55.52-
YUV118.6989.8179.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.68%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 51 (20.31% from 255) = 15.13%
R=56.68%
G=28.19%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191955100.500.730.2518.8657.8547.45
HexBF5F330324919133a2f
Octal2771376306211131237257
Binary101111111011111110011011001010010011100110011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5f33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5f33; }

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

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

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

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

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

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

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

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