Html Css Color HEX #B45D19 Fiery Orange

📋 copy color: '#B45D19'

red 180 ◦ green 93 ◦ blue 25

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

Shades of Fiery Orange #B45D19

Tints of Fiery Orange #B45D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.39%

R = 60.4%
G = 31.21%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B45D19 (or 0xB45D19) is known color: Fiery Orange. HEX triplet: B4, 5D and 19. RGB value is (180,93,25). Sum of RGB (Red+Green+Blue) = 180+93+25=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45D19 is #4BA2E6. Grayscale: #6F6F6F. Windows color (decimal): -4956903 or 1662388. OLE color: 1662388.

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

Color convert

RGB 180 93 25 -
CMYK 0 0.48 0.86 0.29
HSL 26.32º 0.76% 0.4% -
HSV(B) 26.32º 0.86% 0.71% -
XYZ 22.91 17.6 3.11 -
YUV 111.26 79.32 177.03 -
System Red Green Blue C M Y K H S L
Decimal 180 93 25 0 0.48 0.86 0.29 26.32 0.76 0.4
Hex B4 5D 19 0 30 56 1D 1A 4C 28
Octal 264 135 31 0 60 126 35 32 114 50
Binary 10110100 1011101 11001 0 110000 1010110 11101 11010 1001100 101000

Color Harmonies of #B45D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D19

Black with #B45D19

Text Example


Text Example

White with #B45D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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