Html Css Color HEX #BA9A10 Buddha Gold

📋 copy color: '#BA9A10'

red 186 ◦ green 154 ◦ blue 16

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

Shades of Buddha Gold #BA9A10

Tints of Buddha Gold #BA9A10

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.26%

 BLUE value IS 16 (6.64% from 255) = 4.49%

R = 52.25%
G = 43.26%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA9A10 (or 0xBA9A10) is known color: Buddha Gold. HEX triplet: BA, 9A and 10. RGB value is (186,154,16). Sum of RGB (Red+Green+Blue) = 186+154+16=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9A10 is #4565EF. Grayscale: #949494. Windows color (decimal): -4548080 or 1088186. OLE color: 1088186.

HSL color Cylindrical-coordinate representation of color #BA9A10: hue angle of 48.71º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA9A10 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 154 16 -
CMYK 0 0.17 0.91 0.27
HSL 48.71º 0.84% 0.4% -
HSV(B) 48.71º 0.91% 0.73% -
XYZ 31.9 33.59 5.29 -
YUV 147.84 53.6 155.22 -
System Red Green Blue C M Y K H S L
Decimal 186 154 16 0 0.17 0.91 0.27 48.71 0.84 0.4
Hex BA 9A 10 0 11 5B 1B 31 54 28
Octal 272 232 20 0 21 133 33 61 124 50
Binary 10111010 10011010 10000 0 10001 1011011 11011 110001 1010100 101000

Color Harmonies of #BA9A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A10

Black with #BA9A10

Text Example


Text Example

White with #BA9A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A10; }

 p { color: rgb(186,154,16); }

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

background-color css

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

 a { background-color: rgb(186,154,16); }

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

border-color css

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

 span { border-color: rgb(186,154,16); }

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