Html Css Color HEX #BA9F00 Buddha Gold

📋 copy color: '#BA9F00'

red 186 ◦ green 159 ◦ blue 0

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

Shades of Buddha Gold #BA9F00

Tints of Buddha Gold #BA9F00

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.91%
G = 46.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA9F00 (or 0xBA9F00) is known color: Buddha Gold. HEX triplet: BA, 9F and 00. RGB value is (186,159,0). Sum of RGB (Red+Green+Blue) = 186+159+0=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9F00 is #4560FF. Grayscale: #959595. Windows color (decimal): -4546816 or 40890. OLE color: 40890.

HSL color Cylindrical-coordinate representation of color #BA9F00: hue angle of 51.29º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA9F00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 159 0 -
CMYK 0 0.15 1 0.27
HSL 51.29º 1% 0.36% -
HSV(B) 51.29º 1% 0.73% -
XYZ 32.65 35.24 5.08 -
YUV 148.95 43.95 154.43 -
System Red Green Blue C M Y K H S L
Decimal 186 159 0 0 0.15 1 0.27 51.29 1 0.36
Hex BA 9F 0 0 F 64 1B 33 64 24
Octal 272 237 0 0 17 144 33 63 144 44
Binary 10111010 10011111 0 0 1111 1100100 11011 110011 1100100 100100

Color Harmonies of #BA9F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F00

Black with #BA9F00

Text Example


Text Example

White with #BA9F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F00; }

 p { color: rgb(186,159,0); }

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

background-color css

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

 a { background-color: rgb(186,159,0); }

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

border-color css

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

 span { border-color: rgb(186,159,0); }

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