#B85321

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

Shades of Fiery Orange #B85321

Tints of Fiery Orange #B85321

Color information

#B85321 (or 0xB85321) is unknown color: approx Fiery Orange. HEX triplet: B8, 53 and 21. RGB value is (184,83,33). Sum of RGB (Red+Green+Blue) = 184+83+33=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B85321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85321 is #47ACDE. Grayscale: #6B6B6B. Windows color (decimal): -4697311 or 2184120. OLE color: 2184120.

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

Color convert

RGB1848333-
CMYK00.550.820.28
HSL19.87º69.59%42.55%-
HSV(B)19.87º82.07%72.16%-
XYZ23.1316.493.4-
YUV107.585.96182.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.33%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 33 (13.28% from 255) = 11%
R=61.33%
G=27.67%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184833300.550.820.2819.8769.5942.55
HexB85321037521C14462b
Octal27012341067122342410653
Binary1011100010100111000010110111101001011100101001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85321; }

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

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

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

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

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

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

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

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