#B85535

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

Shades of Fiery Orange #B85535

Tints of Fiery Orange #B85535

Color information

#B85535 (or 0xB85535) is unknown color: approx Fiery Orange. HEX triplet: B8, 55 and 35. RGB value is (184,85,53). Sum of RGB (Red+Green+Blue) = 184+85+53=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B85535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85535 is #47AACA. Grayscale: #6F6F6F. Windows color (decimal): -4696779 or 3495352. OLE color: 3495352.

HSL color Cylindrical-coordinate representation of color #B85535: hue angle of 14.66º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B85535 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB1848553-
CMYK00.540.710.28
HSL14.66º55.27%46.47%-
HSV(B)14.66º71.2%72.16%-
XYZ23.6616.945.39-
YUV110.9595.3180.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.14%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 53 (21.09% from 255) = 16.46%
R=57.14%
G=26.40%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184855300.540.710.2814.6655.2746.47
HexB85535036471Cf372e
Octal2701256506610734176756
Binary10111000101010111010101101101000111111001111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85535; }

 p { color: rgb(184,85,53); }

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

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

 a { background-color: rgb(184,85,53); }

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

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

 span { border-color: rgb(184,85,53); }

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