#B85830

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

Shades of Fiery Orange #B85830

Tints of Fiery Orange #B85830

Color information

#B85830 (or 0xB85830) is unknown color: approx Fiery Orange. HEX triplet: B8, 58 and 30. RGB value is (184,88,48). Sum of RGB (Red+Green+Blue) = 184+88+48=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B85830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85830 is #47A7CF. Grayscale: #707070. Windows color (decimal): -4696016 or 3168440. OLE color: 3168440.

HSL color Cylindrical-coordinate representation of color #B85830: hue angle of 17.65º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B85830 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB1848848-
CMYK00.520.740.28
HSL17.65º58.62%45.49%-
HSV(B)17.65º73.91%72.16%-
XYZ23.7917.384.9-
YUV112.1491.8179.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.5%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 48 (19.14% from 255) = 15%
R=57.5%
G=27.5%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184884800.520.740.2817.6558.6245.49
HexB858300344A1C123b2d
Octal2701306006411234227355
Binary101110001011000110000011010010010101110010010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85830; }

 p { color: rgb(184,88,48); }

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

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

 a { background-color: rgb(184,88,48); }

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

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

 span { border-color: rgb(184,88,48); }

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