#B8542D

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

Shades of Fiery Orange #B8542D

Tints of Fiery Orange #B8542D

Color information

#B8542D (or 0xB8542D) is unknown color: approx Fiery Orange. HEX triplet: B8, 54 and 2D. RGB value is (184,84,45). Sum of RGB (Red+Green+Blue) = 184+84+45=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B8542D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8542D is #47ABD2. Grayscale: #6D6D6D. Windows color (decimal): -4697043 or 2970808. OLE color: 2970808.

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

Color convert

RGB1848445-
CMYK00.540.760.28
HSL16.83º60.7%44.9%-
HSV(B)16.83º75.54%72.16%-
XYZ23.4116.724.48-
YUV109.4591.63181.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.79%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 45 (17.97% from 255) = 14.38%
R=58.79%
G=26.84%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184844500.540.760.2816.8360.744.9
HexB8542D0364C1C113d2d
Octal2701245506611434217555
Binary101110001010100101101011011010011001110010001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8542D; }

 p { color: rgb(184,84,45); }

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

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

 a { background-color: rgb(184,84,45); }

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

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

 span { border-color: rgb(184,84,45); }

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