Html Css Color HEX #BA9906 Buddha Gold

📋 copy color: '#BA9906'

red 186 ◦ green 153 ◦ blue 6

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

Shades of Buddha Gold #BA9906

Tints of Buddha Gold #BA9906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.74%

R = 53.91%
G = 44.35%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA9906 (or 0xBA9906) is known color: Buddha Gold. HEX triplet: BA, 99 and 06. RGB value is (186,153,6). Sum of RGB (Red+Green+Blue) = 186+153+6=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9906 is #4566F9. Grayscale: #929292. Windows color (decimal): -4548346 or 432570. OLE color: 432570.

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

Color convert

RGB 186 153 6 -
CMYK 0 0.18 0.97 0.27
HSL 49º 0.94% 0.38% -
HSV(B) 49º 0.97% 0.73% -
XYZ 31.67 33.23 4.92 -
YUV 146.11 48.93 156.45 -
System Red Green Blue C M Y K H S L
Decimal 186 153 6 0 0.18 0.97 0.27 49 0.94 0.38
Hex BA 99 6 0 12 61 1B 31 5E 26
Octal 272 231 6 0 22 141 33 61 136 46
Binary 10111010 10011001 110 0 10010 1100001 11011 110001 1011110 100110

Color Harmonies of #BA9906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9906

Black with #BA9906

Text Example


Text Example

White with #BA9906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9906; }

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

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

background-color css

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

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

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

border-color css

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

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

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