#B7582C

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

Shades of Fiery Orange #B7582C

Tints of Fiery Orange #B7582C

Color information

#B7582C (or 0xB7582C) is unknown color: approx Fiery Orange. HEX triplet: B7, 58 and 2C. RGB value is (183,88,44). Sum of RGB (Red+Green+Blue) = 183+88+44=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B7582C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7582C is #48A7D3. Grayscale: #6F6F6F. Windows color (decimal): -4761556 or 2906295. OLE color: 2906295.

HSL color Cylindrical-coordinate representation of color #B7582C: hue angle of 18.99º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7582C is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB1838844-
CMYK00.520.760.28
HSL18.99º61.23%44.51%-
HSV(B)18.99º75.96%71.76%-
XYZ23.4717.234.47-
YUV111.3989.97179.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.10%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 44 (17.58% from 255) = 13.97%
R=58.10%
G=27.94%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183884400.520.760.2818.9961.2344.51
HexB7582C0344C1C133d2d
Octal2671305406411434237555
Binary101101111011000101100011010010011001110010011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7582C; }

 p { color: rgb(183,88,44); }

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

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

 a { background-color: rgb(183,88,44); }

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

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

 span { border-color: rgb(183,88,44); }

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