#BF5B3C

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

Shades of Smoke Tree #BF5B3C

Tints of Smoke Tree #BF5B3C

Color information

#BF5B3C (or 0xBF5B3C) is unknown color: approx Smoke Tree. HEX triplet: BF, 5B and 3C. RGB value is (191,91,60). Sum of RGB (Red+Green+Blue) = 191+91+60=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5B3C is #40A4C3. Grayscale: #757575. Windows color (decimal): -4236484 or 3955647. OLE color: 3955647.

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

Color convert

RGB1919160-
CMYK00.520.690.25
HSL14.2º52.19%49.22%-
HSV(B)14.2º68.59%74.9%-
XYZ26.0418.886.55-
YUV117.3795.63180.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.85%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 60 (23.83% from 255) = 17.54%
R=55.85%
G=26.61%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191916000.520.690.2514.252.1949.22
HexBF5B3C0344519e3431
Octal2771337406410531166461
Binary10111111101101111110001101001000101110011110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B3C; }

 p { color: rgb(191,91,60); }

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

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

 a { background-color: rgb(191,91,60); }

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

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

 span { border-color: rgb(191,91,60); }

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