Html Css Color HEX #BAA11D Buddha Gold

📋 copy color: '#BAA11D'

red 186 ◦ green 161 ◦ blue 29

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

Shades of Buddha Gold #BAA11D

Tints of Buddha Gold #BAA11D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.82%

 BLUE value IS 29 (11.72% from 255) = 7.71%

R = 49.47%
G = 42.82%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BAA11D (or 0xBAA11D) is known color: Buddha Gold. HEX triplet: BA, A1 and 1D. RGB value is (186,161,29). Sum of RGB (Red+Green+Blue) = 186+161+29=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA11D is #455EE2. Grayscale: #999999. Windows color (decimal): -4546275 or 1941946. OLE color: 1941946.

HSL color Cylindrical-coordinate representation of color #BAA11D: hue angle of 50.45º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAA11D is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 161 29 -
CMYK 0 0.13 0.84 0.27
HSL 50.45º 0.73% 0.42% -
HSV(B) 50.45º 0.84% 0.73% -
XYZ 33.22 36.02 6.36 -
YUV 153.43 57.78 151.23 -
System Red Green Blue C M Y K H S L
Decimal 186 161 29 0 0.13 0.84 0.27 50.45 0.73 0.42
Hex BA A1 1D 0 D 54 1B 32 49 2A
Octal 272 241 35 0 15 124 33 62 111 52
Binary 10111010 10100001 11101 0 1101 1010100 11011 110010 1001001 101010

Color Harmonies of #BAA11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA11D

Black with #BAA11D

Text Example


Text Example

White with #BAA11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA11D; }

 p { color: rgb(186,161,29); }

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

background-color css

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

 a { background-color: rgb(186,161,29); }

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

border-color css

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

 span { border-color: rgb(186,161,29); }

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