Html Css Color HEX #BAA402 Buddha Gold

📋 copy color: '#BAA402'

red 186 ◦ green 164 ◦ blue 2

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

Shades of Buddha Gold #BAA402

Tints of Buddha Gold #BAA402

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.59%

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

R = 52.84%
G = 46.59%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BAA402 (or 0xBAA402) is known color: Buddha Gold. HEX triplet: BA, A4 and 02. RGB value is (186,164,2). Sum of RGB (Red+Green+Blue) = 186+164+2=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA402 is #455BFD. Grayscale: #989898. Windows color (decimal): -4545534 or 173242. OLE color: 173242.

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

Color convert

RGB 186 164 2 -
CMYK 0 0.12 0.99 0.27
HSL 52.83º 0.98% 0.37% -
HSV(B) 52.83º 0.99% 0.73% -
XYZ 33.54 36.99 5.43 -
YUV 152.11 43.29 152.17 -
System Red Green Blue C M Y K H S L
Decimal 186 164 2 0 0.12 0.99 0.27 52.83 0.98 0.37
Hex BA A4 2 0 C 63 1B 35 62 25
Octal 272 244 2 0 14 143 33 65 142 45
Binary 10111010 10100100 10 0 1100 1100011 11011 110101 1100010 100101

Color Harmonies of #BAA402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA402

Black with #BAA402

Text Example


Text Example

White with #BAA402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA402; }

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

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

background-color css

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

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

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

border-color css

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

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

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