Html Css Color HEX #BA9914 Buddha Gold

📋 copy color: '#BA9914'

red 186 ◦ green 153 ◦ blue 20

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

Shades of Buddha Gold #BA9914

Tints of Buddha Gold #BA9914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.62%

 BLUE value IS 20 (8.2% from 255) = 5.57%

R = 51.81%
G = 42.62%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA9914 (or 0xBA9914) is known color: Buddha Gold. HEX triplet: BA, 99 and 14. RGB value is (186,153,20). Sum of RGB (Red+Green+Blue) = 186+153+20=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9914 is #4566EB. Grayscale: #949494. Windows color (decimal): -4548332 or 1350074. OLE color: 1350074.

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

Color convert

RGB 186 153 20 -
CMYK 0 0.18 0.89 0.27
HSL 48.07º 0.81% 0.4% -
HSV(B) 48.07º 0.89% 0.73% -
XYZ 31.77 33.27 5.41 -
YUV 147.71 55.93 155.31 -
System Red Green Blue C M Y K H S L
Decimal 186 153 20 0 0.18 0.89 0.27 48.07 0.81 0.4
Hex BA 99 14 0 12 59 1B 30 51 28
Octal 272 231 24 0 22 131 33 60 121 50
Binary 10111010 10011001 10100 0 10010 1011001 11011 110000 1010001 101000

Color Harmonies of #BA9914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9914

Black with #BA9914

Text Example


Text Example

White with #BA9914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9914; }

 p { color: rgb(186,153,20); }

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

background-color css

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

 a { background-color: rgb(186,153,20); }

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

border-color css

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

 span { border-color: rgb(186,153,20); }

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