#BF5F31

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

Shades of Smoke Tree #BF5F31

Tints of Smoke Tree #BF5F31

Color information

#BF5F31 (or 0xBF5F31) is unknown color: approx Smoke Tree. HEX triplet: BF, 5F and 31. RGB value is (191,95,49). Sum of RGB (Red+Green+Blue) = 191+95+49=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5F31 is #40A0CE. Grayscale: #767676. Windows color (decimal): -4235471 or 3235775. OLE color: 3235775.

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

Color convert

RGB1919549-
CMYK00.500.740.25
HSL19.44º59.17%47.06%-
HSV(B)19.44º74.35%74.9%-
XYZ26.1319.485.29-
YUV118.4688.8179.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.01%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 49 (19.53% from 255) = 14.63%
R=57.01%
G=28.36%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191954900.500.740.2519.4459.1747.06
HexBF5F310324A19133b2f
Octal2771376106211231237357
Binary101111111011111110001011001010010101100110011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5F31; }

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

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

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

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

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

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

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

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