Html Css Color HEX #B48C2A Nugget

📋 copy color: '#B48C2A'

red 180 ◦ green 140 ◦ blue 42

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

Shades of Nugget #B48C2A

Tints of Nugget #B48C2A

RGB

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

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

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

R = 49.72%
G = 38.67%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B48C2A (or 0xB48C2A) is known color: Nugget. HEX triplet: B4, 8C and 2A. RGB value is (180,140,42). Sum of RGB (Red+Green+Blue) = 180+140+42=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C2A is #4B73D5. Grayscale: #8D8D8D. Windows color (decimal): -4944854 or 2788532. OLE color: 2788532.

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

Color convert

RGB 180 140 42 -
CMYK 0 0.22 0.77 0.29
HSL 42.61º 0.62% 0.44% -
HSV(B) 42.61º 0.77% 0.71% -
XYZ 28.62 28.63 6.21 -
YUV 140.79 72.25 155.97 -
System Red Green Blue C M Y K H S L
Decimal 180 140 42 0 0.22 0.77 0.29 42.61 0.62 0.44
Hex B4 8C 2A 0 16 4D 1D 2B 3E 2C
Octal 264 214 52 0 26 115 35 53 76 54
Binary 10110100 10001100 101010 0 10110 1001101 11101 101011 111110 101100

Color Harmonies of #B48C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C2A

Black with #B48C2A

Text Example


Text Example

White with #B48C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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