Html Css Color HEX #B48821 Nugget

📋 copy color: '#B48821'

red 180 ◦ green 136 ◦ blue 33

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

Shades of Nugget #B48821

Tints of Nugget #B48821

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.97%

 BLUE value IS 33 (13.28% from 255) = 9.46%

R = 51.58%
G = 38.97%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B48821 (or 0xB48821) is known color: Nugget. HEX triplet: B4, 88 and 21. RGB value is (180,136,33). Sum of RGB (Red+Green+Blue) = 180+136+33=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B48821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48821 is #4B77DE. Grayscale: #898989. Windows color (decimal): -4945887 or 2197684. OLE color: 2197684.

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

Color convert

RGB 180 136 33 -
CMYK 0 0.24 0.82 0.29
HSL 42.04º 0.69% 0.42% -
HSV(B) 42.04º 0.82% 0.71% -
XYZ 27.9 27.42 5.26 -
YUV 137.41 69.08 158.38 -
System Red Green Blue C M Y K H S L
Decimal 180 136 33 0 0.24 0.82 0.29 42.04 0.69 0.42
Hex B4 88 21 0 18 52 1D 2A 45 2A
Octal 264 210 41 0 30 122 35 52 105 52
Binary 10110100 10001000 100001 0 11000 1010010 11101 101010 1000101 101010

Color Harmonies of #B48821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48821

Black with #B48821

Text Example


Text Example

White with #B48821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48821; }

 p { color: rgb(180,136,33); }

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

background-color css

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

 a { background-color: rgb(180,136,33); }

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

border-color css

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

 span { border-color: rgb(180,136,33); }

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