Html Css Color HEX #BAA00A Buddha Gold

📋 copy color: '#BAA00A'

red 186 ◦ green 160 ◦ blue 10

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

Shades of Buddha Gold #BAA00A

Tints of Buddha Gold #BAA00A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.94%

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

R = 52.25%
G = 44.94%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BAA00A (or 0xBAA00A) is known color: Buddha Gold. HEX triplet: BA, A0 and 0A. RGB value is (186,160,10). Sum of RGB (Red+Green+Blue) = 186+160+10=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA00A is #455FF5. Grayscale: #979797. Windows color (decimal): -4546550 or 696506. OLE color: 696506.

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

Color convert

RGB 186 160 10 -
CMYK 0 0.14 0.95 0.27
HSL 51.14º 0.9% 0.38% -
HSV(B) 51.14º 0.95% 0.73% -
XYZ 32.88 35.6 5.43 -
YUV 150.67 48.61 153.2 -
System Red Green Blue C M Y K H S L
Decimal 186 160 10 0 0.14 0.95 0.27 51.14 0.9 0.38
Hex BA A0 A 0 E 5F 1B 33 5A 26
Octal 272 240 12 0 16 137 33 63 132 46
Binary 10111010 10100000 1010 0 1110 1011111 11011 110011 1011010 100110

Color Harmonies of #BAA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA00A

Black with #BAA00A

Text Example


Text Example

White with #BAA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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