#B7562D

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

Shades of Fiery Orange #B7562D

Tints of Fiery Orange #B7562D

Color information

#B7562D (or 0xB7562D) is unknown color: approx Fiery Orange. HEX triplet: B7, 56 and 2D. RGB value is (183,86,45). Sum of RGB (Red+Green+Blue) = 183+86+45=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7562D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7562D is #48A9D2. Grayscale: #6E6E6E. Windows color (decimal): -4762067 or 2971319. OLE color: 2971319.

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

Color convert

RGB1838645-
CMYK00.530.750.28
HSL17.83º60.53%44.71%-
HSV(B)17.83º75.41%71.76%-
XYZ23.3316.914.52-
YUV110.3391.14179.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.28%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 45 (17.97% from 255) = 14.33%
R=58.28%
G=27.39%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183864500.530.750.2817.8360.5344.71
HexB7562D0354B1C123d2d
Octal2671265506511334227555
Binary101101111010110101101011010110010111110010010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7562D; }

 p { color: rgb(183,86,45); }

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

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

 a { background-color: rgb(183,86,45); }

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

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

 span { border-color: rgb(183,86,45); }

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