Html Css Color HEX #B48B2A Nugget

📋 copy color: '#B48B2A'

red 180 ◦ green 139 ◦ blue 42

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

Shades of Nugget #B48B2A

Tints of Nugget #B48B2A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.5%

 BLUE value IS 42 (16.8% from 255) = 11.63%

R = 49.86%
G = 38.5%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B48B2A (or 0xB48B2A) is known color: Nugget. HEX triplet: B4, 8B and 2A. RGB value is (180,139,42). Sum of RGB (Red+Green+Blue) = 180+139+42=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B2A is #4B74D5. Grayscale: #8C8C8C. Windows color (decimal): -4945110 or 2788276. OLE color: 2788276.

HSL color Cylindrical-coordinate representation of color #B48B2A: hue angle of 42.17º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B48B2A is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 139 42 -
CMYK 0 0.23 0.77 0.29
HSL 42.17º 0.62% 0.44% -
HSV(B) 42.17º 0.77% 0.71% -
XYZ 28.47 28.34 6.16 -
YUV 140.2 72.58 156.39 -
System Red Green Blue C M Y K H S L
Decimal 180 139 42 0 0.23 0.77 0.29 42.17 0.62 0.44
Hex B4 8B 2A 0 17 4D 1D 2A 3E 2C
Octal 264 213 52 0 27 115 35 52 76 54
Binary 10110100 10001011 101010 0 10111 1001101 11101 101010 111110 101100

Color Harmonies of #B48B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48B2A

Black with #B48B2A

Text Example


Text Example

White with #B48B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48B2A; }

 p { color: rgb(180,139,42); }

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

background-color css

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

 a { background-color: rgb(180,139,42); }

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

border-color css

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

 span { border-color: rgb(180,139,42); }

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