#B05C28

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

Shades of Fiery Orange #B05C28

Tints of Fiery Orange #B05C28

Color information

#B05C28 (or 0xB05C28) is unknown color: approx Fiery Orange. HEX triplet: B0, 5C and 28. RGB value is (176,92,40). Sum of RGB (Red+Green+Blue) = 176+92+40=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05C28 is #4FA3D7. Grayscale: #6F6F6F. Windows color (decimal): -5219288 or 2645168. OLE color: 2645168.

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

Color convert

RGB1769240-
CMYK00.480.770.31
HSL22.94º62.96%42.35%-
HSV(B)22.94º77.27%69.02%-
XYZ22.1117.044.13-
YUV111.1987.83174.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.14%
GREEN value IS 92 (36.33% from 255) = 29.87%
BLUE value IS 40 (16.02% from 255) = 12.99%
R=57.14%
G=29.87%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176924000.480.770.3122.9462.9642.35
HexB05C280304D1F173f2a
Octal2601345006011537277752
Binary101100001011100101000011000010011011111110111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05C28; }

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

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

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

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

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

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

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

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