Html Css Color HEX #BAA102 Buddha Gold

📋 copy color: '#BAA102'

red 186 ◦ green 161 ◦ blue 2

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

Shades of Buddha Gold #BAA102

Tints of Buddha Gold #BAA102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 53.3%
G = 46.13%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BAA102 (or 0xBAA102) is known color: Buddha Gold. HEX triplet: BA, A1 and 02. RGB value is (186,161,2). Sum of RGB (Red+Green+Blue) = 186+161+2=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA102 is #455EFD. Grayscale: #979797. Windows color (decimal): -4546302 or 172474. OLE color: 172474.

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

Color convert

RGB 186 161 2 -
CMYK 0 0.13 0.99 0.27
HSL 51.85º 0.98% 0.37% -
HSV(B) 51.85º 0.99% 0.73% -
XYZ 33.01 35.93 5.25 -
YUV 150.35 44.28 153.43 -
System Red Green Blue C M Y K H S L
Decimal 186 161 2 0 0.13 0.99 0.27 51.85 0.98 0.37
Hex BA A1 2 0 D 63 1B 34 62 25
Octal 272 241 2 0 15 143 33 64 142 45
Binary 10111010 10100001 10 0 1101 1100011 11011 110100 1100010 100101

Color Harmonies of #BAA102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA102

Black with #BAA102

Text Example


Text Example

White with #BAA102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA102; }

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

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

background-color css

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

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

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

border-color css

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

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

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