Html Css Color HEX #B45919 Fiery Orange

📋 copy color: '#B45919'

red 180 ◦ green 89 ◦ blue 25

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

Shades of Fiery Orange #B45919

Tints of Fiery Orange #B45919

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.27%

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

R = 61.22%
G = 30.27%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B45919 (or 0xB45919) is known color: Fiery Orange. HEX triplet: B4, 59 and 19. RGB value is (180,89,25). Sum of RGB (Red+Green+Blue) = 180+89+25=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B45919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45919 is #4BA6E6. Grayscale: #6D6D6D. Windows color (decimal): -4957927 or 1661364. OLE color: 1661364.

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

Color convert

RGB 180 89 25 -
CMYK 0 0.51 0.86 0.29
HSL 24.77º 0.76% 0.4% -
HSV(B) 24.77º 0.86% 0.71% -
XYZ 22.57 16.92 3 -
YUV 108.91 80.65 178.7 -
System Red Green Blue C M Y K H S L
Decimal 180 89 25 0 0.51 0.86 0.29 24.77 0.76 0.4
Hex B4 59 19 0 33 56 1D 19 4C 28
Octal 264 131 31 0 63 126 35 31 114 50
Binary 10110100 1011001 11001 0 110011 1010110 11101 11001 1001100 101000

Color Harmonies of #B45919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45919

Black with #B45919

Text Example


Text Example

White with #B45919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45919; }

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

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

background-color css

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

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

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

border-color css

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

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

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