#B85733

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

Shades of Fiery Orange #B85733

Tints of Fiery Orange #B85733

Color information

#B85733 (or 0xB85733) is unknown color: approx Fiery Orange. HEX triplet: B8, 57 and 33. RGB value is (184,87,51). Sum of RGB (Red+Green+Blue) = 184+87+51=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B85733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85733 is #47A8CC. Grayscale: #707070. Windows color (decimal): -4696269 or 3364792. OLE color: 3364792.

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

Color convert

RGB1848751-
CMYK00.530.720.28
HSL16.24º56.6%46.08%-
HSV(B)16.24º72.28%72.16%-
XYZ23.7717.255.21-
YUV111.993.64179.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.14%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 51 (20.31% from 255) = 15.84%
R=57.14%
G=27.02%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184875100.530.720.2816.2456.646.08
HexB85733035481C10392e
Octal2701276306511034207156
Binary101110001010111110011011010110010001110010000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85733; }

 p { color: rgb(184,87,51); }

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

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

 a { background-color: rgb(184,87,51); }

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

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

 span { border-color: rgb(184,87,51); }

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