Html Css Color HEX #BAA40A Buddha Gold

📋 copy color: '#BAA40A'

red 186 ◦ green 164 ◦ blue 10

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

Shades of Buddha Gold #BAA40A

Tints of Buddha Gold #BAA40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.78%

R = 51.67%
G = 45.56%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BAA40A (or 0xBAA40A) is known color: Buddha Gold. HEX triplet: BA, A4 and 0A. RGB value is (186,164,10). Sum of RGB (Red+Green+Blue) = 186+164+10=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA40A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA40A is #455BF5. Grayscale: #999999. Windows color (decimal): -4545526 or 697530. OLE color: 697530.

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

Color convert

RGB 186 164 10 -
CMYK 0 0.12 0.95 0.27
HSL 52.5º 0.9% 0.38% -
HSV(B) 52.5º 0.95% 0.73% -
XYZ 33.58 37.01 5.66 -
YUV 153.02 47.29 151.52 -
System Red Green Blue C M Y K H S L
Decimal 186 164 10 0 0.12 0.95 0.27 52.5 0.9 0.38
Hex BA A4 A 0 C 5F 1B 34 5A 26
Octal 272 244 12 0 14 137 33 64 132 46
Binary 10111010 10100100 1010 0 1100 1011111 11011 110100 1011010 100110

Color Harmonies of #BAA40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA40A

Black with #BAA40A

Text Example


Text Example

White with #BAA40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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