#b85328

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

Shades of Fiery Orange #B85328

Tints of Fiery Orange #B85328

Color information

#B85328 (or 0xB85328) is unknown color: approx Fiery Orange. HEX triplet: B8, 53 and 28. RGB value is (184,83,40). Sum of RGB (Red+Green+Blue) = 184+83+40=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B85328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85328 is #47ACD7. Grayscale: #6C6C6C. Windows color (decimal): -4697304 or 2642872. OLE color: 2642872.

HSL color Cylindrical-coordinate representation of color #B85328: hue angle of 17.92º 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 #B85328 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB1848340-
CMYK00.550.780.28
HSL17.92º64.29%43.92%-
HSV(B)17.92º78.26%72.16%-
XYZ23.2416.533.97-
YUV108.389.46182-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.93%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 40 (16.02% from 255) = 13.03%
R=59.93%
G=27.04%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184834000.550.780.2817.9264.2943.92
HexB853280374E1C12402c
Octal27012350067116342210054
Binary1011100010100111010000110111100111011100100101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b85328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b85328; }

 p { color: rgb(184,83,40); }

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

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

 a { background-color: rgb(184,83,40); }

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

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

 span { border-color: rgb(184,83,40); }

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