Html Css Color HEX #BA9A16 Buddha Gold

📋 copy color: '#BA9A16'

red 186 ◦ green 154 ◦ blue 22

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

Shades of Buddha Gold #BA9A16

Tints of Buddha Gold #BA9A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.08%

R = 51.38%
G = 42.54%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA9A16 (or 0xBA9A16) is known color: Buddha Gold. HEX triplet: BA, 9A and 16. RGB value is (186,154,22). Sum of RGB (Red+Green+Blue) = 186+154+22=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9A16 is #4565E9. Grayscale: #959595. Windows color (decimal): -4548074 or 1481402. OLE color: 1481402.

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

Color convert

RGB 186 154 22 -
CMYK 0 0.17 0.88 0.27
HSL 48.29º 0.79% 0.41% -
HSV(B) 48.29º 0.88% 0.73% -
XYZ 31.95 33.61 5.56 -
YUV 148.52 56.6 154.73 -
System Red Green Blue C M Y K H S L
Decimal 186 154 22 0 0.17 0.88 0.27 48.29 0.79 0.41
Hex BA 9A 16 0 11 58 1B 30 4F 29
Octal 272 232 26 0 21 130 33 60 117 51
Binary 10111010 10011010 10110 0 10001 1011000 11011 110000 1001111 101001

Color Harmonies of #BA9A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A16

Black with #BA9A16

Text Example


Text Example

White with #BA9A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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