#BF5630

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

Shades of Smoke Tree #BF5630

Tints of Smoke Tree #BF5630

Color information

#BF5630 (or 0xBF5630) is unknown color: approx Smoke Tree. HEX triplet: BF, 56 and 30. RGB value is (191,86,48). Sum of RGB (Red+Green+Blue) = 191+86+48=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5630 is #40A9CF. Grayscale: #717171. Windows color (decimal): -4237776 or 3167935. OLE color: 3167935.

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

Color convert

RGB1918648-
CMYK00.550.750.25
HSL15.94º59.83%46.86%-
HSV(B)15.94º74.87%74.9%-
XYZ25.3517.954.92-
YUV113.0691.29183.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.77%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 48 (19.14% from 255) = 14.77%
R=58.77%
G=26.46%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191864800.550.750.2515.9459.8346.86
HexBF56300374B19103c2f
Octal2771266006711331207457
Binary101111111010110110000011011110010111100110000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5630; }

 p { color: rgb(191,86,48); }

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

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

 a { background-color: rgb(191,86,48); }

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

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

 span { border-color: rgb(191,86,48); }

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