Html Css Color HEX #B45B20 Fiery Orange

📋 copy color: '#B45B20'

red 180 ◦ green 91 ◦ blue 32

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

Shades of Fiery Orange #B45B20

Tints of Fiery Orange #B45B20

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.03%

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

R = 59.41%
G = 30.03%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B45B20 (or 0xB45B20) is known color: Fiery Orange. HEX triplet: B4, 5B and 20. RGB value is (180,91,32). Sum of RGB (Red+Green+Blue) = 180+91+32=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45B20 is #4BA4DF. Grayscale: #6F6F6F. Windows color (decimal): -4957408 or 2120628. OLE color: 2120628.

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

Color convert

RGB 180 91 32 -
CMYK 0 0.49 0.82 0.29
HSL 23.92º 0.7% 0.42% -
HSV(B) 23.92º 0.82% 0.71% -
XYZ 22.82 17.29 3.5 -
YUV 110.89 83.49 177.3 -
System Red Green Blue C M Y K H S L
Decimal 180 91 32 0 0.49 0.82 0.29 23.92 0.7 0.42
Hex B4 5B 20 0 31 52 1D 18 46 2A
Octal 264 133 40 0 61 122 35 30 106 52
Binary 10110100 1011011 100000 0 110001 1010010 11101 11000 1000110 101010

Color Harmonies of #B45B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45B20

Black with #B45B20

Text Example


Text Example

White with #B45B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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