Html Css Color HEX #B45D16 Fiery Orange

📋 copy color: '#B45D16'

red 180 ◦ green 93 ◦ blue 22

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

Shades of Fiery Orange #B45D16

Tints of Fiery Orange #B45D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.53%

 BLUE value IS 22 (8.98% from 255) = 7.46%

R = 61.02%
G = 31.53%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B45D16 (or 0xB45D16) is known color: Fiery Orange. HEX triplet: B4, 5D and 16. RGB value is (180,93,22). Sum of RGB (Red+Green+Blue) = 180+93+22=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45D16 is #4BA2E9. Grayscale: #6F6F6F. Windows color (decimal): -4956906 or 1465780. OLE color: 1465780.

HSL color Cylindrical-coordinate representation of color #B45D16: hue angle of 26.96º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B45D16 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 93 22 -
CMYK 0 0.48 0.88 0.29
HSL 26.96º 0.78% 0.4% -
HSV(B) 26.96º 0.88% 0.71% -
XYZ 22.88 17.59 2.95 -
YUV 110.92 77.82 177.27 -
System Red Green Blue C M Y K H S L
Decimal 180 93 22 0 0.48 0.88 0.29 26.96 0.78 0.4
Hex B4 5D 16 0 30 58 1D 1B 4E 28
Octal 264 135 26 0 60 130 35 33 116 50
Binary 10110100 1011101 10110 0 110000 1011000 11101 11011 1001110 101000

Color Harmonies of #B45D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D16

Black with #B45D16

Text Example


Text Example

White with #B45D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D16; }

 p { color: rgb(180,93,22); }

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

background-color css

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

 a { background-color: rgb(180,93,22); }

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

border-color css

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

 span { border-color: rgb(180,93,22); }

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