Html Css Color HEX #B48820 Nugget

📋 copy color: '#B48820'

red 180 ◦ green 136 ◦ blue 32

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

Shades of Nugget #B48820

Tints of Nugget #B48820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.2%

R = 51.72%
G = 39.08%
B = 9.2%

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

#B48820 (or 0xB48820) is known color: Nugget. HEX triplet: B4, 88 and 20. RGB value is (180,136,32). Sum of RGB (Red+Green+Blue) = 180+136+32=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B48820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48820 is #4B77DF. Grayscale: #898989. Windows color (decimal): -4945888 or 2132148. OLE color: 2132148.

HSL color Cylindrical-coordinate representation of color #B48820: hue angle of 42.16º degrees, saturation: 0.7, 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 #B48820 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 136 32 -
CMYK 0 0.24 0.82 0.29
HSL 42.16º 0.7% 0.42% -
HSV(B) 42.16º 0.82% 0.71% -
XYZ 27.89 27.42 5.19 -
YUV 137.3 68.58 158.46 -
System Red Green Blue C M Y K H S L
Decimal 180 136 32 0 0.24 0.82 0.29 42.16 0.7 0.42
Hex B4 88 20 0 18 52 1D 2A 46 2A
Octal 264 210 40 0 30 122 35 52 106 52
Binary 10110100 10001000 100000 0 11000 1010010 11101 101010 1000110 101010

Color Harmonies of #B48820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48820

Black with #B48820

Text Example


Text Example

White with #B48820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48820; }

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

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

background-color css

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

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

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

border-color css

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

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

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