#B6572F

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

Shades of Fiery Orange #B6572F

Tints of Fiery Orange #B6572F

Color information

#B6572F (or 0xB6572F) is unknown color: approx Fiery Orange. HEX triplet: B6, 57 and 2F. RGB value is (182,87,47). Sum of RGB (Red+Green+Blue) = 182+87+47=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B6572F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6572F is #49A8D0. Grayscale: #6F6F6F. Windows color (decimal): -4827345 or 3102646. OLE color: 3102646.

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

Color convert

RGB1828747-
CMYK00.520.740.29
HSL17.78º58.95%44.9%-
HSV(B)17.78º74.18%71.37%-
XYZ23.2116.974.74-
YUV110.8491.97178.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.59%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 47 (18.75% from 255) = 14.87%
R=57.59%
G=27.53%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182874700.520.740.2917.7858.9544.9
HexB6572F0344A1D123b2d
Octal2661275706411235227355
Binary101101101010111101111011010010010101110110010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6572F; }

 p { color: rgb(182,87,47); }

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

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

 a { background-color: rgb(182,87,47); }

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

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

 span { border-color: rgb(182,87,47); }

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