#B05D28

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

Shades of Fiery Orange #B05D28

Tints of Fiery Orange #B05D28

Color information

#B05D28 (or 0xB05D28) is unknown color: approx Fiery Orange. HEX triplet: B0, 5D and 28. RGB value is (176,93,40). Sum of RGB (Red+Green+Blue) = 176+93+40=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D28 is #4FA2D7. Grayscale: #707070. Windows color (decimal): -5219032 or 2645424. OLE color: 2645424.

HSL color Cylindrical-coordinate representation of color #B05D28: hue angle of 23.38º 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 #B05D28 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1769340-
CMYK00.470.770.31
HSL23.38º62.96%42.35%-
HSV(B)23.38º77.27%69.02%-
XYZ22.217.214.16-
YUV111.7887.5173.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.96%
GREEN value IS 93 (36.72% from 255) = 30.10%
BLUE value IS 40 (16.02% from 255) = 12.94%
R=56.96%
G=30.10%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176934000.470.770.3123.3862.9642.35
HexB05D2802F4D1F173f2a
Octal2601355005711537277752
Binary101100001011101101000010111110011011111110111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05D28; }

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

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

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

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

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

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

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

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