Html Css Color HEX #B45A20 Fiery Orange

📋 copy color: '#B45A20'

red 180 ◦ green 90 ◦ blue 32

#B45A20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #B45A20

Tints of Fiery Orange #B45A20

RGB

 RED value IS 180 (70.7% from 255) = 59.6%

 GREEN value IS 90 (35.55% from 255) = 29.8%

 BLUE value IS 32 (12.89% from 255) = 10.6%

R = 59.6%
G = 29.8%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B45A20 (or 0xB45A20) is known color: Fiery Orange. HEX triplet: B4, 5A and 20. RGB value is (180,90,32). Sum of RGB (Red+Green+Blue) = 180+90+32=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45A20 is #4BA5DF. Grayscale: #6E6E6E. Windows color (decimal): -4957664 or 2120372. OLE color: 2120372.

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

Color convert

RGB 180 90 32 -
CMYK 0 0.50 0.82 0.29
HSL 23.51º 0.7% 0.42% -
HSV(B) 23.51º 0.82% 0.71% -
XYZ 22.74 17.12 3.47 -
YUV 110.3 83.82 177.72 -
System Red Green Blue C M Y K H S L
Decimal 180 90 32 0 0.50 0.82 0.29 23.51 0.7 0.42
Hex B4 5A 20 0 32 52 1D 18 46 2A
Octal 264 132 40 0 62 122 35 30 106 52
Binary 10110100 1011010 100000 0 110010 1010010 11101 11000 1000110 101010

Color Harmonies of #B45A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45A20

Black with #B45A20

Text Example


Text Example

White with #B45A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45A20; }

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

 H1.HeaderClassName
 {
   color: #B45A20;
 }
 .AnyTagClassName
 {
   color: #B45A20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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