Html Css Color HEX #B48E2A Nugget

📋 copy color: '#B48E2A'

red 180 ◦ green 142 ◦ blue 42

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

Shades of Nugget #B48E2A

Tints of Nugget #B48E2A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.01%

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

R = 49.45%
G = 39.01%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B48E2A (or 0xB48E2A) is known color: Nugget. HEX triplet: B4, 8E and 2A. RGB value is (180,142,42). Sum of RGB (Red+Green+Blue) = 180+142+42=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48E2A is #4B71D5. Grayscale: #8E8E8E. Windows color (decimal): -4944342 or 2789044. OLE color: 2789044.

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

Color convert

RGB 180 142 42 -
CMYK 0 0.21 0.77 0.29
HSL 43.48º 0.62% 0.44% -
HSV(B) 43.48º 0.77% 0.71% -
XYZ 28.91 29.22 6.31 -
YUV 141.96 71.59 155.13 -
System Red Green Blue C M Y K H S L
Decimal 180 142 42 0 0.21 0.77 0.29 43.48 0.62 0.44
Hex B4 8E 2A 0 15 4D 1D 2B 3E 2C
Octal 264 216 52 0 25 115 35 53 76 54
Binary 10110100 10001110 101010 0 10101 1001101 11101 101011 111110 101100

Color Harmonies of #B48E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48E2A

Black with #B48E2A

Text Example


Text Example

White with #B48E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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