Html Css Color HEX #B48522 Nugget

📋 copy color: '#B48522'

red 180 ◦ green 133 ◦ blue 34

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

Shades of Nugget #B48522

Tints of Nugget #B48522

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.33%

 BLUE value IS 34 (13.67% from 255) = 9.8%

R = 51.87%
G = 38.33%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B48522 (or 0xB48522) is known color: Nugget. HEX triplet: B4, 85 and 22. RGB value is (180,133,34). Sum of RGB (Red+Green+Blue) = 180+133+34=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B48522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48522 is #4B7ADD. Grayscale: #888888. Windows color (decimal): -4946654 or 2262452. OLE color: 2262452.

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

Color convert

RGB 180 133 34 -
CMYK 0 0.26 0.81 0.29
HSL 40.68º 0.68% 0.42% -
HSV(B) 40.68º 0.81% 0.71% -
XYZ 27.5 26.59 5.2 -
YUV 135.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 180 133 34 0 0.26 0.81 0.29 40.68 0.68 0.42
Hex B4 85 22 0 1A 51 1D 29 44 2A
Octal 264 205 42 0 32 121 35 51 104 52
Binary 10110100 10000101 100010 0 11010 1010001 11101 101001 1000100 101010

Color Harmonies of #B48522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48522

Black with #B48522

Text Example


Text Example

White with #B48522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48522; }

 p { color: rgb(180,133,34); }

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

background-color css

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

 a { background-color: rgb(180,133,34); }

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

border-color css

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

 span { border-color: rgb(180,133,34); }

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