#B85421

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

Shades of Fiery Orange #B85421

Tints of Fiery Orange #B85421

Color information

#B85421 (or 0xB85421) is unknown color: approx Fiery Orange. HEX triplet: B8, 54 and 21. RGB value is (184,84,33). Sum of RGB (Red+Green+Blue) = 184+84+33=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B85421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85421 is #47ABDE. Grayscale: #6C6C6C. Windows color (decimal): -4697055 or 2184376. OLE color: 2184376.

HSL color Cylindrical-coordinate representation of color #B85421: hue angle of 20.26º 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 #B85421 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB1848433-
CMYK00.540.820.28
HSL20.26º69.59%42.55%-
HSV(B)20.26º82.07%72.16%-
XYZ23.2116.643.43-
YUV108.0985.63182.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.13%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 33 (13.28% from 255) = 10.96%
R=61.13%
G=27.91%
B=10.96%

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
Decimal184843300.540.820.2820.2669.5942.55
HexB85421036521C14462b
Octal27012441066122342410653
Binary1011100010101001000010110110101001011100101001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85421; }

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

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

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

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

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

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

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

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