Html Css Color HEX #BA9A34 Nugget

📋 copy color: '#BA9A34'

red 186 ◦ green 154 ◦ blue 52

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

Shades of Nugget #BA9A34

Tints of Nugget #BA9A34

RGB

 RED value IS 186 (73.05% from 255) = 47.45%

 GREEN value IS 154 (60.55% from 255) = 39.29%

 BLUE value IS 52 (20.7% from 255) = 13.27%

R = 47.45%
G = 39.29%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA9A34 (or 0xBA9A34) is known color: Nugget. HEX triplet: BA, 9A and 34. RGB value is (186,154,52). Sum of RGB (Red+Green+Blue) = 186+154+52=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9A34 is #4565CB. Grayscale: #989898. Windows color (decimal): -4548044 or 3447482. OLE color: 3447482.

HSL color Cylindrical-coordinate representation of color #BA9A34: hue angle of 45.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA9A34 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 154 52 -
CMYK 0 0.17 0.72 0.27
HSL 45.67º 0.56% 0.47% -
HSV(B) 45.67º 0.72% 0.73% -
XYZ 32.43 33.8 8.06 -
YUV 151.94 71.6 152.29 -
System Red Green Blue C M Y K H S L
Decimal 186 154 52 0 0.17 0.72 0.27 45.67 0.56 0.47
Hex BA 9A 34 0 11 48 1B 2E 38 2F
Octal 272 232 64 0 21 110 33 56 70 57
Binary 10111010 10011010 110100 0 10001 1001000 11011 101110 111000 101111

Color Harmonies of #BA9A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A34

Black with #BA9A34

Text Example


Text Example

White with #BA9A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A34; }

 p { color: rgb(186,154,52); }

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

background-color css

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

 a { background-color: rgb(186,154,52); }

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

border-color css

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

 span { border-color: rgb(186,154,52); }

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