#B45D27

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

Shades of Fiery Orange #B45D27

Tints of Fiery Orange #B45D27

Color information

#B45D27 (or 0xB45D27) is unknown color: approx Fiery Orange. HEX triplet: B4, 5D and 27. RGB value is (180,93,39). Sum of RGB (Red+Green+Blue) = 180+93+39=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D27 is #4BA2D8. Grayscale: #717171. Windows color (decimal): -4956889 or 2579892. OLE color: 2579892.

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

Color convert

RGB1809339-
CMYK00.480.780.29
HSL22.98º64.38%42.94%-
HSV(B)22.98º78.33%70.59%-
XYZ23.117.684.11-
YUV112.8686.32175.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.69%
GREEN value IS 93 (36.72% from 255) = 29.81%
BLUE value IS 39 (15.62% from 255) = 12.5%
R=57.69%
G=29.81%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180933900.480.780.2922.9864.3842.94
HexB45D270304E1D17402b
Octal26413547060116352710053
Binary1011010010111011001110110000100111011101101111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D27; }

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

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

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

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

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

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

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

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