Html Css Color HEX #BAA206 Buddha Gold

📋 copy color: '#BAA206'

red 186 ◦ green 162 ◦ blue 6

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

Shades of Buddha Gold #BAA206

Tints of Buddha Gold #BAA206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 52.54%
G = 45.76%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BAA206 (or 0xBAA206) is known color: Buddha Gold. HEX triplet: BA, A2 and 06. RGB value is (186,162,6). Sum of RGB (Red+Green+Blue) = 186+162+6=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA206 is #455DF9. Grayscale: #989898. Windows color (decimal): -4546042 or 434874. OLE color: 434874.

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

Color convert

RGB 186 162 6 -
CMYK 0 0.13 0.97 0.27
HSL 52º 0.94% 0.38% -
HSV(B) 52º 0.97% 0.73% -
XYZ 33.2 36.29 5.43 -
YUV 151.39 45.95 152.68 -
System Red Green Blue C M Y K H S L
Decimal 186 162 6 0 0.13 0.97 0.27 52 0.94 0.38
Hex BA A2 6 0 D 61 1B 34 5E 26
Octal 272 242 6 0 15 141 33 64 136 46
Binary 10111010 10100010 110 0 1101 1100001 11011 110100 1011110 100110

Color Harmonies of #BAA206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA206

Black with #BAA206

Text Example


Text Example

White with #BAA206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA206; }

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

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

background-color css

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

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

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

border-color css

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

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

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