#B45A21

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

Shades of Fiery Orange #B45A21

Tints of Fiery Orange #B45A21

Color information

#B45A21 (or 0xB45A21) is unknown color: approx Fiery Orange. HEX triplet: B4, 5A and 21. RGB value is (180,90,33). Sum of RGB (Red+Green+Blue) = 180+90+33=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45A21 is #4BA5DE. Grayscale: #6E6E6E. Windows color (decimal): -4957663 or 2185908. OLE color: 2185908.

HSL color Cylindrical-coordinate representation of color #B45A21: hue angle of 23.27º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B45A21 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1809033-
CMYK00.500.820.29
HSL23.27º69.01%41.76%-
HSV(B)23.27º81.67%70.59%-
XYZ22.7517.133.55-
YUV110.4184.32177.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.41%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 33 (13.28% from 255) = 10.89%
R=59.41%
G=29.70%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180903300.500.820.2923.2769.0141.76
HexB45A21032521D17452a
Octal26413241062122352710552
Binary1011010010110101000010110010101001011101101111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A21; }

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

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

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

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

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

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

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

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