#BF5730

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

Shades of Smoke Tree #BF5730

Tints of Smoke Tree #BF5730

Color information

#BF5730 (or 0xBF5730) is unknown color: approx Smoke Tree. HEX triplet: BF, 57 and 30. RGB value is (191,87,48). Sum of RGB (Red+Green+Blue) = 191+87+48=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5730 is #40A8CF. Grayscale: #717171. Windows color (decimal): -4237520 or 3168191. OLE color: 3168191.

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

Color convert

RGB1918748-
CMYK00.540.750.25
HSL16.36º59.83%46.86%-
HSV(B)16.36º74.87%74.9%-
XYZ25.4318.114.95-
YUV113.6590.96183.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.59%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 48 (19.14% from 255) = 14.72%
R=58.59%
G=26.69%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191874800.540.750.2516.3659.8346.86
HexBF57300364B19103c2f
Octal2771276006611331207457
Binary101111111010111110000011011010010111100110000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5730; }

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

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

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

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

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

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

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

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