Html Css Color HEX #B45928 Fiery Orange

📋 copy color: '#B45928'

red 180 ◦ green 89 ◦ blue 40

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

Shades of Fiery Orange #B45928

Tints of Fiery Orange #B45928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.94%

R = 58.25%
G = 28.8%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B45928 (or 0xB45928) is known color: Fiery Orange. HEX triplet: B4, 59 and 28. RGB value is (180,89,40). Sum of RGB (Red+Green+Blue) = 180+89+40=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B45928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45928 is #4BA6D7. Grayscale: #6E6E6E. Windows color (decimal): -4957912 or 2644404. OLE color: 2644404.

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

Color convert

RGB 180 89 40 -
CMYK 0 0.51 0.78 0.29
HSL 21º 0.64% 0.43% -
HSV(B) 21º 0.78% 0.71% -
XYZ 22.78 17 4.09 -
YUV 110.62 88.15 177.48 -
System Red Green Blue C M Y K H S L
Decimal 180 89 40 0 0.51 0.78 0.29 21 0.64 0.43
Hex B4 59 28 0 33 4E 1D 15 40 2B
Octal 264 131 50 0 63 116 35 25 100 53
Binary 10110100 1011001 101000 0 110011 1001110 11101 10101 1000000 101011

Color Harmonies of #B45928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45928

Black with #B45928

Text Example


Text Example

White with #B45928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45928; }

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

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

background-color css

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

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

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

border-color css

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

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

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