#B85C22

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

Shades of Fiery Orange #B85C22

Tints of Fiery Orange #B85C22

Color information

#B85C22 (or 0xB85C22) is unknown color: approx Fiery Orange. HEX triplet: B8, 5C and 22. RGB value is (184,92,34). Sum of RGB (Red+Green+Blue) = 184+92+34=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C22 is #47A3DD. Grayscale: #717171. Windows color (decimal): -4695006 or 2251960. OLE color: 2251960.

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

Color convert

RGB1849234-
CMYK00.500.820.28
HSL23.2º68.81%42.75%-
HSV(B)23.2º81.52%72.16%-
XYZ23.8817.963.72-
YUV112.983.48178.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.35%
GREEN value IS 92 (36.33% from 255) = 29.68%
BLUE value IS 34 (13.67% from 255) = 10.97%
R=59.35%
G=29.68%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184923400.500.820.2823.268.8142.75
HexB85C22032521C17452b
Octal27013442062122342710553
Binary1011100010111001000100110010101001011100101111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85C22; }

 p { color: rgb(184,92,34); }

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

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

 a { background-color: rgb(184,92,34); }

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

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

 span { border-color: rgb(184,92,34); }

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