#B85A24

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

Shades of Fiery Orange #B85A24

Tints of Fiery Orange #B85A24

Color information

#B85A24 (or 0xB85A24) is unknown color: approx Fiery Orange. HEX triplet: B8, 5A and 24. RGB value is (184,90,36). Sum of RGB (Red+Green+Blue) = 184+90+36=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A24 is #47A5DB. Grayscale: #707070. Windows color (decimal): -4695516 or 2382520. OLE color: 2382520.

HSL color Cylindrical-coordinate representation of color #B85A24: hue angle of 21.89º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B85A24 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB1849036-
CMYK00.510.800.28
HSL21.89º67.27%43.14%-
HSV(B)21.89º80.43%72.16%-
XYZ23.7417.633.82-
YUV111.9585.14179.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.35%
GREEN value IS 90 (35.55% from 255) = 29.03%
BLUE value IS 36 (14.45% from 255) = 11.61%
R=59.35%
G=29.03%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184903600.510.800.2821.8967.2743.14
HexB85A24033501C16432b
Octal27013244063120342610353
Binary1011100010110101001000110011101000011100101101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A24; }

 p { color: rgb(184,90,36); }

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

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

 a { background-color: rgb(184,90,36); }

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

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

 span { border-color: rgb(184,90,36); }

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