Html Css Color HEX #BAA706 Buddha Gold

📋 copy color: '#BAA706'

red 186 ◦ green 167 ◦ blue 6

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

Shades of Buddha Gold #BAA706

Tints of Buddha Gold #BAA706

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.52%

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

R = 51.81%
G = 46.52%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BAA706 (or 0xBAA706) is known color: Buddha Gold. HEX triplet: BA, A7 and 06. RGB value is (186,167,6). Sum of RGB (Red+Green+Blue) = 186+167+6=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA706 is #4558F9. Grayscale: #9A9A9A. Windows color (decimal): -4544762 or 436154. OLE color: 436154.

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

Color convert

RGB 186 167 6 -
CMYK 0 0.10 0.97 0.27
HSL 53.67º 0.94% 0.38% -
HSV(B) 53.67º 0.97% 0.73% -
XYZ 34.1 38.09 5.73 -
YUV 154.33 44.29 150.59 -
System Red Green Blue C M Y K H S L
Decimal 186 167 6 0 0.10 0.97 0.27 53.67 0.94 0.38
Hex BA A7 6 0 A 61 1B 36 5E 26
Octal 272 247 6 0 12 141 33 66 136 46
Binary 10111010 10100111 110 0 1010 1100001 11011 110110 1011110 100110

Color Harmonies of #BAA706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA706

Black with #BAA706

Text Example


Text Example

White with #BAA706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA706; }

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

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

background-color css

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

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

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

border-color css

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

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

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