#BF5E2F

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

Shades of Smoke Tree #BF5E2F

Tints of Smoke Tree #BF5E2F

Color information

#BF5E2F (or 0xBF5E2F) is unknown color: approx Smoke Tree. HEX triplet: BF, 5E and 2F. RGB value is (191,94,47). Sum of RGB (Red+Green+Blue) = 191+94+47=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E2F is #40A1D0. Grayscale: #757575. Windows color (decimal): -4235729 or 3104447. OLE color: 3104447.

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

Color convert

RGB1919447-
CMYK00.510.750.25
HSL19.58º60.5%46.67%-
HSV(B)19.58º75.39%74.9%-
XYZ2619.295.04-
YUV117.6488.14180.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.53%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 47 (18.75% from 255) = 14.16%
R=57.53%
G=28.31%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191944700.510.750.2519.5860.546.67
HexBF5E2F0334B19143d2f
Octal2771365706311331247557
Binary101111111011110101111011001110010111100110100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E2F; }

 p { color: rgb(191,94,47); }

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

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

 a { background-color: rgb(191,94,47); }

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

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

 span { border-color: rgb(191,94,47); }

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