#BF5528

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

Shades of Smoke Tree #BF5528

Tints of Smoke Tree #BF5528

Color information

#BF5528 (or 0xBF5528) is unknown color: approx Smoke Tree. HEX triplet: BF, 55 and 28. RGB value is (191,85,40). Sum of RGB (Red+Green+Blue) = 191+85+40=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5528 is #40AAD7. Grayscale: #6F6F6F. Windows color (decimal): -4238040 or 2643391. OLE color: 2643391.

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

Color convert

RGB1918540-
CMYK00.550.790.25
HSL17.88º65.37%45.29%-
HSV(B)17.88º79.06%74.9%-
XYZ25.1217.734.11-
YUV111.5687.62184.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.44%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 40 (16.02% from 255) = 12.66%
R=60.44%
G=26.90%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191854000.550.790.2517.8865.3745.29
HexBF55280374F1912412d
Octal27712550067117312210155
Binary1011111110101011010000110111100111111001100101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5528; }

 p { color: rgb(191,85,40); }

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

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

 a { background-color: rgb(191,85,40); }

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

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

 span { border-color: rgb(191,85,40); }

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