#BF603C

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

Shades of Smoke Tree #BF603C

Tints of Smoke Tree #BF603C

Color information

#BF603C (or 0xBF603C) is unknown color: approx Smoke Tree. HEX triplet: BF, 60 and 3C. RGB value is (191,96,60). Sum of RGB (Red+Green+Blue) = 191+96+60=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF603C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF603C is #409FC3. Grayscale: #787878. Windows color (decimal): -4235204 or 3956927. OLE color: 3956927.

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

Color convert

RGB1919660-
CMYK00.500.690.25
HSL16.49º52.19%49.22%-
HSV(B)16.49º68.59%74.9%-
XYZ26.4819.776.69-
YUV120.393.97178.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 60 (23.83% from 255) = 17.29%
R=55.04%
G=27.67%
B=17.29%

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
Decimal191966000.500.690.2516.4952.1949.22
HexBF603C0324519103431
Octal2771407406210531206461
Binary101111111100000111100011001010001011100110000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF603C; }

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

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

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

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

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

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

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

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