#B45A27

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

Shades of Fiery Orange #B45A27

Tints of Fiery Orange #B45A27

Color information

#B45A27 (or 0xB45A27) is unknown color: approx Fiery Orange. HEX triplet: B4, 5A and 27. RGB value is (180,90,39). Sum of RGB (Red+Green+Blue) = 180+90+39=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45A27 is #4BA5D8. Grayscale: #6F6F6F. Windows color (decimal): -4957657 or 2579124. OLE color: 2579124.

HSL color Cylindrical-coordinate representation of color #B45A27: hue angle of 21.7º degrees, saturation: 0.64, 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 #B45A27 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB1809039-
CMYK00.500.780.29
HSL21.7º64.38%42.94%-
HSV(B)21.7º78.33%70.59%-
XYZ22.8417.164.03-
YUV111.187.32177.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.25%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 39 (15.62% from 255) = 12.62%
R=58.25%
G=29.13%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180903900.500.780.2921.764.3842.94
HexB45A270324E1D16402b
Octal26413247062116352610053
Binary1011010010110101001110110010100111011101101101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A27; }

 p { color: rgb(180,90,39); }

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

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

 a { background-color: rgb(180,90,39); }

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

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

 span { border-color: rgb(180,90,39); }

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