#BF5F3C

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

Shades of Smoke Tree #BF5F3C

Tints of Smoke Tree #BF5F3C

Color information

#BF5F3C (or 0xBF5F3C) is unknown color: approx Smoke Tree. HEX triplet: BF, 5F and 3C. RGB value is (191,95,60). Sum of RGB (Red+Green+Blue) = 191+95+60=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5F3C is #40A0C3. Grayscale: #777777. Windows color (decimal): -4235460 or 3956671. OLE color: 3956671.

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

Color convert

RGB1919560-
CMYK00.500.690.25
HSL16.03º52.19%49.22%-
HSV(B)16.03º68.59%74.9%-
XYZ26.3919.596.66-
YUV119.7194.3178.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.20%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 60 (23.83% from 255) = 17.34%
R=55.20%
G=27.46%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191956000.500.690.2516.0352.1949.22
HexBF5F3C0324519103431
Octal2771377406210531206461
Binary101111111011111111100011001010001011100110000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5F3C; }

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

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

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

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

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

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

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

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