#BF5B30

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

Shades of Smoke Tree #BF5B30

Tints of Smoke Tree #BF5B30

Color information

#BF5B30 (or 0xBF5B30) is unknown color: approx Smoke Tree. HEX triplet: BF, 5B and 30. RGB value is (191,91,48). Sum of RGB (Red+Green+Blue) = 191+91+48=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5B30 is #40A4CF. Grayscale: #747474. Windows color (decimal): -4236496 or 3169215. OLE color: 3169215.

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

Color convert

RGB1919148-
CMYK00.520.750.25
HSL18.04º59.83%46.86%-
HSV(B)18.04º74.87%74.9%-
XYZ25.7618.775.06-
YUV11689.63181.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.88%
GREEN value IS 91 (35.94% from 255) = 27.58%
BLUE value IS 48 (19.14% from 255) = 14.55%
R=57.88%
G=27.58%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191914800.520.750.2518.0459.8346.86
HexBF5B300344B19123c2f
Octal2771336006411331227457
Binary101111111011011110000011010010010111100110010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B30; }

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

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

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

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

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

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

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

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