Html Css Color HEX #B48924 Nugget

📋 copy color: '#B48924'

red 180 ◦ green 137 ◦ blue 36

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

Shades of Nugget #B48924

Tints of Nugget #B48924

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.81%

 BLUE value IS 36 (14.45% from 255) = 10.2%

R = 50.99%
G = 38.81%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B48924 (or 0xB48924) is known color: Nugget. HEX triplet: B4, 89 and 24. RGB value is (180,137,36). Sum of RGB (Red+Green+Blue) = 180+137+36=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B48924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48924 is #4B76DB. Grayscale: #8A8A8A. Windows color (decimal): -4945628 or 2394548. OLE color: 2394548.

HSL color Cylindrical-coordinate representation of color #B48924: hue angle of 42.08º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B48924 is Cyan = 0, Magento = 0.24, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 137 36 -
CMYK 0 0.24 0.8 0.29
HSL 42.08º 0.67% 0.42% -
HSV(B) 42.08º 0.8% 0.71% -
XYZ 28.09 27.72 5.54 -
YUV 138.34 70.25 157.71 -
System Red Green Blue C M Y K H S L
Decimal 180 137 36 0 0.24 0.8 0.29 42.08 0.67 0.42
Hex B4 89 24 0 18 50 1D 2A 43 2A
Octal 264 211 44 0 30 120 35 52 103 52
Binary 10110100 10001001 100100 0 11000 1010000 11101 101010 1000011 101010

Color Harmonies of #B48924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48924

Black with #B48924

Text Example


Text Example

White with #B48924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48924; }

 p { color: rgb(180,137,36); }

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

background-color css

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

 a { background-color: rgb(180,137,36); }

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

border-color css

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

 span { border-color: rgb(180,137,36); }

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