#b85c29

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

Shades of Fiery Orange #B85C29

Tints of Fiery Orange #B85C29

Color information

#B85C29 (or 0xB85C29) is unknown color: approx Fiery Orange. HEX triplet: B8, 5C and 29. RGB value is (184,92,41). Sum of RGB (Red+Green+Blue) = 184+92+41=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C29 is #47A3D6. Grayscale: #717171. Windows color (decimal): -4694999 or 2710712. OLE color: 2710712.

HSL color Cylindrical-coordinate representation of color #B85C29: hue angle of 21.4º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B85C29 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB1849241-
CMYK00.500.780.28
HSL21.4º63.56%44.12%-
HSV(B)21.4º77.72%72.16%-
XYZ23.99184.31-
YUV113.6986.98178.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.04%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 41 (16.41% from 255) = 12.93%
R=58.04%
G=29.02%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184924100.500.780.2821.463.5644.12
HexB85C290324E1C15402c
Octal27013451062116342510054
Binary1011100010111001010010110010100111011100101011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b85c29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b85c29; }

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

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

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

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

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

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

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

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