#B6561B

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

Shades of Fiery Orange #B6561B

Tints of Fiery Orange #B6561B

Color information

#B6561B (or 0xB6561B) is unknown color: approx Fiery Orange. HEX triplet: B6, 56 and 1B. RGB value is (182,86,27). Sum of RGB (Red+Green+Blue) = 182+86+27=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B6561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6561B is #49A9E4. Grayscale: #6C6C6C. Windows color (decimal): -4827621 or 1791670. OLE color: 1791670.

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

Color convert

RGB1828627-
CMYK00.530.850.29
HSL22.84º74.16%40.98%-
HSV(B)22.84º85.16%71.37%-
XYZ22.8216.683.05-
YUV107.9882.3180.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.69%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 27 (10.94% from 255) = 9.15%
R=61.69%
G=29.15%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182862700.530.850.2922.8474.1640.98
HexB6561B035551D174a29
Octal26612633065125352711251
Binary101101101010110110110110101101010111101101111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6561B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6561B; }

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

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

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

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

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

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

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

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