#B45A2B

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

Shades of Fiery Orange #B45A2B

Tints of Fiery Orange #B45A2B

Color information

#B45A2B (or 0xB45A2B) is unknown color: approx Fiery Orange. HEX triplet: B4, 5A and 2B. RGB value is (180,90,43). Sum of RGB (Red+Green+Blue) = 180+90+43=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45A2B is #4BA5D4. Grayscale: #6F6F6F. Windows color (decimal): -4957653 or 2841268. OLE color: 2841268.

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

Color convert

RGB1809043-
CMYK00.500.760.29
HSL20.58º61.43%43.73%-
HSV(B)20.58º76.11%70.59%-
XYZ22.9117.194.4-
YUV111.5589.32176.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.51%
GREEN value IS 90 (35.55% from 255) = 28.75%
BLUE value IS 43 (17.19% from 255) = 13.74%
R=57.51%
G=28.75%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180904300.500.760.2920.5861.4343.73
HexB45A2B0324C1D153d2c
Octal2641325306211435257554
Binary101101001011010101011011001010011001110110101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A2B; }

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

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

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

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

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

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

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

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