Html Css Color HEX #B45520 Fiery Orange

📋 copy color: '#B45520'

red 180 ◦ green 85 ◦ blue 32

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

Shades of Fiery Orange #B45520

Tints of Fiery Orange #B45520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.62%

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

R = 60.61%
G = 28.62%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B45520 (or 0xB45520) is known color: Fiery Orange. HEX triplet: B4, 55 and 20. RGB value is (180,85,32). Sum of RGB (Red+Green+Blue) = 180+85+32=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B45520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45520 is #4BAADF. Grayscale: #6B6B6B. Windows color (decimal): -4958944 or 2119092. OLE color: 2119092.

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

Color convert

RGB 180 85 32 -
CMYK 0 0.53 0.82 0.29
HSL 21.49º 0.7% 0.42% -
HSV(B) 21.49º 0.82% 0.71% -
XYZ 22.33 16.3 3.34 -
YUV 107.36 85.47 179.81 -
System Red Green Blue C M Y K H S L
Decimal 180 85 32 0 0.53 0.82 0.29 21.49 0.7 0.42
Hex B4 55 20 0 35 52 1D 15 46 2A
Octal 264 125 40 0 65 122 35 25 106 52
Binary 10110100 1010101 100000 0 110101 1010010 11101 10101 1000110 101010

Color Harmonies of #B45520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45520

Black with #B45520

Text Example


Text Example

White with #B45520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45520; }

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

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

background-color css

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

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

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

border-color css

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

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

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