Html Css Color HEX #B48C20 Nugget

📋 copy color: '#B48C20'

red 180 ◦ green 140 ◦ blue 32

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

Shades of Nugget #B48C20

Tints of Nugget #B48C20

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.77%

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

R = 51.14%
G = 39.77%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B48C20 (or 0xB48C20) is known color: Nugget. HEX triplet: B4, 8C and 20. RGB value is (180,140,32). Sum of RGB (Red+Green+Blue) = 180+140+32=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C20 is #4B73DF. Grayscale: #8C8C8C. Windows color (decimal): -4944864 or 2133172. OLE color: 2133172.

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

Color convert

RGB 180 140 32 -
CMYK 0 0.22 0.82 0.29
HSL 43.78º 0.7% 0.42% -
HSV(B) 43.78º 0.82% 0.71% -
XYZ 28.46 28.56 5.38 -
YUV 139.65 67.25 156.78 -
System Red Green Blue C M Y K H S L
Decimal 180 140 32 0 0.22 0.82 0.29 43.78 0.7 0.42
Hex B4 8C 20 0 16 52 1D 2C 46 2A
Octal 264 214 40 0 26 122 35 54 106 52
Binary 10110100 10001100 100000 0 10110 1010010 11101 101100 1000110 101010

Color Harmonies of #B48C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C20

Black with #B48C20

Text Example


Text Example

White with #B48C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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