#B6582F

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

Shades of Fiery Orange #B6582F

Tints of Fiery Orange #B6582F

Color information

#B6582F (or 0xB6582F) is unknown color: approx Fiery Orange. HEX triplet: B6, 58 and 2F. RGB value is (182,88,47). Sum of RGB (Red+Green+Blue) = 182+88+47=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B6582F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6582F is #49A7D0. Grayscale: #6F6F6F. Windows color (decimal): -4827089 or 3102902. OLE color: 3102902.

HSL color Cylindrical-coordinate representation of color #B6582F: hue angle of 18.22º 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 #B6582F is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB1828847-
CMYK00.520.740.29
HSL18.22º58.95%44.9%-
HSV(B)18.22º74.18%71.37%-
XYZ23.2917.134.77-
YUV111.4391.64178.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.41%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 47 (18.75% from 255) = 14.83%
R=57.41%
G=27.76%
B=14.83%

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
Decimal182884700.520.740.2918.2258.9544.9
HexB6582F0344A1D123b2d
Octal2661305706411235227355
Binary101101101011000101111011010010010101110110010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6582F; }

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

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

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

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

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

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

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

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