Html Css Color HEX #BAA607 Buddha Gold

📋 copy color: '#BAA607'

red 186 ◦ green 166 ◦ blue 7

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

Shades of Buddha Gold #BAA607

Tints of Buddha Gold #BAA607

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.24%

 BLUE value IS 7 (3.13% from 255) = 1.95%

R = 51.81%
G = 46.24%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BAA607 (or 0xBAA607) is known color: Buddha Gold. HEX triplet: BA, A6 and 07. RGB value is (186,166,7). Sum of RGB (Red+Green+Blue) = 186+166+7=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA607 is #4559F8. Grayscale: #9A9A9A. Windows color (decimal): -4545017 or 501434. OLE color: 501434.

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

Color convert

RGB 186 166 7 -
CMYK 0 0.11 0.96 0.27
HSL 53.3º 0.93% 0.38% -
HSV(B) 53.3º 0.96% 0.73% -
XYZ 33.92 37.73 5.7 -
YUV 153.85 45.13 150.93 -
System Red Green Blue C M Y K H S L
Decimal 186 166 7 0 0.11 0.96 0.27 53.3 0.93 0.38
Hex BA A6 7 0 B 60 1B 35 5D 26
Octal 272 246 7 0 13 140 33 65 135 46
Binary 10111010 10100110 111 0 1011 1100000 11011 110101 1011101 100110

Color Harmonies of #BAA607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA607

Black with #BAA607

Text Example


Text Example

White with #BAA607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA607; }

 p { color: rgb(186,166,7); }

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

background-color css

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

 a { background-color: rgb(186,166,7); }

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

border-color css

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

 span { border-color: rgb(186,166,7); }

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