#B85A27

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

Shades of Fiery Orange #B85A27

Tints of Fiery Orange #B85A27

Color information

#B85A27 (or 0xB85A27) is unknown color: approx Fiery Orange. HEX triplet: B8, 5A and 27. RGB value is (184,90,39). Sum of RGB (Red+Green+Blue) = 184+90+39=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A27 is #47A5D8. Grayscale: #707070. Windows color (decimal): -4695513 or 2579128. OLE color: 2579128.

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

Color convert

RGB1849039-
CMYK00.510.790.28
HSL21.1º65.02%43.73%-
HSV(B)21.1º78.8%72.16%-
XYZ23.7917.654.07-
YUV112.2986.64179.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.79%
GREEN value IS 90 (35.55% from 255) = 28.75%
BLUE value IS 39 (15.62% from 255) = 12.46%
R=58.79%
G=28.75%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184903900.510.790.2821.165.0243.73
HexB85A270334F1C15412c
Octal27013247063117342510154
Binary1011100010110101001110110011100111111100101011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A27; }

 p { color: rgb(184,90,39); }

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

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

 a { background-color: rgb(184,90,39); }

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

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

 span { border-color: rgb(184,90,39); }

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