#B6531E

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

Shades of Fiery Orange #B6531E

Tints of Fiery Orange #B6531E

Color information

#B6531E (or 0xB6531E) is unknown color: approx Fiery Orange. HEX triplet: B6, 53 and 1E. RGB value is (182,83,30). Sum of RGB (Red+Green+Blue) = 182+83+30=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B6531E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6531E is #49ACE1. Grayscale: #6A6A6A. Windows color (decimal): -4828386 or 1987510. OLE color: 1987510.

HSL color Cylindrical-coordinate representation of color #B6531E: hue angle of 20.92º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6531E is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB1828330-
CMYK00.540.840.29
HSL20.92º71.7%41.57%-
HSV(B)20.92º83.52%71.37%-
XYZ22.6216.233.17-
YUV106.5684.8181.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.69%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 30 (12.11% from 255) = 10.17%
R=61.69%
G=28.14%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182833000.540.840.2920.9271.741.57
HexB6531E036541D15482a
Octal26612336066124352511052
Binary101101101010011111100110110101010011101101011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6531E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6531E; }

 p { color: rgb(182,83,30); }

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

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

 a { background-color: rgb(182,83,30); }

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

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

 span { border-color: rgb(182,83,30); }

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