#BF603E

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

Shades of Smoke Tree #BF603E

Tints of Smoke Tree #BF603E

Color information

#BF603E (or 0xBF603E) is unknown color: approx Smoke Tree. HEX triplet: BF, 60 and 3E. RGB value is (191,96,62). Sum of RGB (Red+Green+Blue) = 191+96+62=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF603E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF603E is #409FC1. Grayscale: #787878. Windows color (decimal): -4235202 or 4087999. OLE color: 4087999.

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

Color convert

RGB1919662-
CMYK00.500.680.25
HSL15.81º50.99%49.61%-
HSV(B)15.81º67.54%74.9%-
XYZ26.5419.796.98-
YUV120.5394.97178.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.73%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 62 (24.61% from 255) = 17.77%
R=54.73%
G=27.51%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191966200.500.680.2515.8150.9949.61
HexBF603E0324419103332
Octal2771407606210431206362
Binary101111111100000111110011001010001001100110000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF603E; }

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

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

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

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

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

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

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

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