#B6562B

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

Shades of Fiery Orange #B6562B

Tints of Fiery Orange #B6562B

Color information

#B6562B (or 0xB6562B) is unknown color: approx Fiery Orange. HEX triplet: B6, 56 and 2B. RGB value is (182,86,43). Sum of RGB (Red+Green+Blue) = 182+86+43=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B6562B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6562B is #49A9D4. Grayscale: #6E6E6E. Windows color (decimal): -4827605 or 2840246. OLE color: 2840246.

HSL color Cylindrical-coordinate representation of color #B6562B: hue angle of 18.56º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6562B is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1828643-
CMYK00.530.760.29
HSL18.56º61.78%44.12%-
HSV(B)18.56º76.37%71.37%-
XYZ23.0616.784.31-
YUV109.890.3179.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.52%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=58.52%
G=27.65%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182864300.530.760.2918.5661.7844.12
HexB6562B0354C1D133e2c
Octal2661265306511435237654
Binary101101101010110101011011010110011001110110011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6562B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6562B; }

 p { color: rgb(182,86,43); }

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

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

 a { background-color: rgb(182,86,43); }

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

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

 span { border-color: rgb(182,86,43); }

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