Html Css Color HEX #BAA202 Buddha Gold

📋 copy color: '#BAA202'

red 186 ◦ green 162 ◦ blue 2

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

Shades of Buddha Gold #BAA202

Tints of Buddha Gold #BAA202

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.29%

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

R = 53.14%
G = 46.29%
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

#BAA202 (or 0xBAA202) is known color: Buddha Gold. HEX triplet: BA, A2 and 02. RGB value is (186,162,2). Sum of RGB (Red+Green+Blue) = 186+162+2=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA202 is #455DFD. Grayscale: #979797. Windows color (decimal): -4546046 or 172730. OLE color: 172730.

HSL color Cylindrical-coordinate representation of color #BAA202: hue angle of 52.17º 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 #BAA202 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 162 2 -
CMYK 0 0.13 0.99 0.27
HSL 52.17º 0.98% 0.37% -
HSV(B) 52.17º 0.99% 0.73% -
XYZ 33.18 36.28 5.31 -
YUV 150.94 43.95 153.01 -
System Red Green Blue C M Y K H S L
Decimal 186 162 2 0 0.13 0.99 0.27 52.17 0.98 0.37
Hex BA A2 2 0 D 63 1B 34 62 25
Octal 272 242 2 0 15 143 33 64 142 45
Binary 10111010 10100010 10 0 1101 1100011 11011 110100 1100010 100101

Color Harmonies of #BAA202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA202

Black with #BAA202

Text Example


Text Example

White with #BAA202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA202; }

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

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

background-color css

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

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

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

border-color css

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

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

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