#B56027

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

Shades of Fiery Orange #B56027

Tints of Fiery Orange #B56027

Color information

#B56027 (or 0xB56027) is unknown color: approx Fiery Orange. HEX triplet: B5, 60 and 27. RGB value is (181,96,39). Sum of RGB (Red+Green+Blue) = 181+96+39=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B56027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56027 is #4A9FD8. Grayscale: #737373. Windows color (decimal): -4890585 or 2580661. OLE color: 2580661.

HSL color Cylindrical-coordinate representation of color #B56027: hue angle of 24.08º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B56027 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB1819639-
CMYK00.470.780.29
HSL24.08º64.55%43.14%-
HSV(B)24.08º78.45%70.98%-
XYZ23.6118.344.21-
YUV114.9285.16175.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.28%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 39 (15.62% from 255) = 12.34%
R=57.28%
G=30.38%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181963900.470.780.2924.0864.5543.14
HexB5602702F4E1D18412b
Octal26514047057116353010153
Binary1011010111000001001110101111100111011101110001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56027; }

 p { color: rgb(181,96,39); }

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

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

 a { background-color: rgb(181,96,39); }

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

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

 span { border-color: rgb(181,96,39); }

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