#B85A23

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

Shades of Fiery Orange #B85A23

Tints of Fiery Orange #B85A23

Color information

#B85A23 (or 0xB85A23) is unknown color: approx Fiery Orange. HEX triplet: B8, 5A and 23. RGB value is (184,90,35). Sum of RGB (Red+Green+Blue) = 184+90+35=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A23 is #47A5DC. Grayscale: #707070. Windows color (decimal): -4695517 or 2316984. OLE color: 2316984.

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

Color convert

RGB1849035-
CMYK00.510.810.28
HSL22.15º68.04%42.94%-
HSV(B)22.15º80.98%72.16%-
XYZ23.7317.623.74-
YUV111.8484.64179.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.55%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 35 (14.06% from 255) = 11.33%
R=59.55%
G=29.13%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184903500.510.810.2822.1568.0442.94
HexB85A23033511C16442b
Octal27013243063121342610453
Binary1011100010110101000110110011101000111100101101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A23; }

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

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

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

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

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

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

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

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