#BF5C3C

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

Shades of Smoke Tree #BF5C3C

Tints of Smoke Tree #BF5C3C

Color information

#BF5C3C (or 0xBF5C3C) is unknown color: approx Smoke Tree. HEX triplet: BF, 5C and 3C. RGB value is (191,92,60). Sum of RGB (Red+Green+Blue) = 191+92+60=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5C3C is #40A3C3. Grayscale: #767676. Windows color (decimal): -4236228 or 3955903. OLE color: 3955903.

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

Color convert

RGB1919260-
CMYK00.520.690.25
HSL14.66º52.19%49.22%-
HSV(B)14.66º68.59%74.9%-
XYZ26.1319.066.58-
YUV117.9595.3180.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.69%
GREEN value IS 92 (36.33% from 255) = 26.82%
BLUE value IS 60 (23.83% from 255) = 17.49%
R=55.69%
G=26.82%
B=17.49%

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
Decimal191926000.520.690.2514.6652.1949.22
HexBF5C3C0344519f3431
Octal2771347406410531176461
Binary10111111101110011110001101001000101110011111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5C3C; }

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

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

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

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

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

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

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

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