#B05F28

Color #B05F28 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #B05F28

Tints of Fiery Orange #B05F28

Color information

#B05F28 (or 0xB05F28) is unknown color: approx Fiery Orange. HEX triplet: B0, 5F and 28. RGB value is (176,95,40). Sum of RGB (Red+Green+Blue) = 176+95+40=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05F28 is #4FA0D7. Grayscale: #717171. Windows color (decimal): -5218520 or 2645936. OLE color: 2645936.

HSL color Cylindrical-coordinate representation of color #B05F28: hue angle of 24.26º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B05F28 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1769540-
CMYK00.460.770.31
HSL24.26º62.96%42.35%-
HSV(B)24.26º77.27%69.02%-
XYZ22.3817.574.22-
YUV112.9586.84172.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.59%
GREEN value IS 95 (37.5% from 255) = 30.55%
BLUE value IS 40 (16.02% from 255) = 12.86%
R=56.59%
G=30.55%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176954000.460.770.3124.2662.9642.35
HexB05F2802E4D1F183f2a
Octal2601375005611537307752
Binary101100001011111101000010111010011011111111000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05F28; }

 p { color: rgb(176,95,40); }

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

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

 a { background-color: rgb(176,95,40); }

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

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

 span { border-color: rgb(176,95,40); }

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