Html Css Color HEX #BAA703 Buddha Gold

📋 copy color: '#BAA703'

red 186 ◦ green 167 ◦ blue 3

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

Shades of Buddha Gold #BAA703

Tints of Buddha Gold #BAA703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 52.25%
G = 46.91%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BAA703 (or 0xBAA703) is known color: Buddha Gold. HEX triplet: BA, A7 and 03. RGB value is (186,167,3). Sum of RGB (Red+Green+Blue) = 186+167+3=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA703 is #4558FC. Grayscale: #9A9A9A. Windows color (decimal): -4544765 or 239546. OLE color: 239546.

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

Color convert

RGB 186 167 3 -
CMYK 0 0.10 0.98 0.27
HSL 53.77º 0.97% 0.37% -
HSV(B) 53.77º 0.98% 0.73% -
XYZ 34.08 38.08 5.64 -
YUV 153.99 42.79 150.84 -
System Red Green Blue C M Y K H S L
Decimal 186 167 3 0 0.10 0.98 0.27 53.77 0.97 0.37
Hex BA A7 3 0 A 62 1B 36 61 25
Octal 272 247 3 0 12 142 33 66 141 45
Binary 10111010 10100111 11 0 1010 1100010 11011 110110 1100001 100101

Color Harmonies of #BAA703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA703

Black with #BAA703

Text Example


Text Example

White with #BAA703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA703; }

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

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

background-color css

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

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

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

border-color css

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

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

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