#B85521

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

Shades of Fiery Orange #B85521

Tints of Fiery Orange #B85521

Color information

#B85521 (or 0xB85521) is unknown color: approx Fiery Orange. HEX triplet: B8, 55 and 21. RGB value is (184,85,33). Sum of RGB (Red+Green+Blue) = 184+85+33=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B85521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85521 is #47AADE. Grayscale: #6C6C6C. Windows color (decimal): -4696799 or 2184632. OLE color: 2184632.

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

Color convert

RGB1848533-
CMYK00.540.820.28
HSL20.66º69.59%42.55%-
HSV(B)20.66º82.07%72.16%-
XYZ23.2916.83.45-
YUV108.6785.3181.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.93%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 33 (13.28% from 255) = 10.93%
R=60.93%
G=28.15%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184853300.540.820.2820.6669.5942.55
HexB85521036521C15462b
Octal27012541066122342510653
Binary1011100010101011000010110110101001011100101011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85521; }

 p { color: rgb(184,85,33); }

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

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

 a { background-color: rgb(184,85,33); }

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

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

 span { border-color: rgb(184,85,33); }

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