Html Css Color HEX #BA9E00 Buddha Gold

📋 copy color: '#BA9E00'

red 186 ◦ green 158 ◦ blue 0

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

Shades of Buddha Gold #BA9E00

Tints of Buddha Gold #BA9E00

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.93%

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

R = 54.07%
G = 45.93%
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

#BA9E00 (or 0xBA9E00) is known color: Buddha Gold. HEX triplet: BA, 9E and 00. RGB value is (186,158,0). Sum of RGB (Red+Green+Blue) = 186+158+0=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E00 is #4561FF. Grayscale: #959595. Windows color (decimal): -4547072 or 40634. OLE color: 40634.

HSL color Cylindrical-coordinate representation of color #BA9E00: hue angle of 50.97º 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 #BA9E00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 158 0 -
CMYK 0 0.15 1 0.27
HSL 50.97º 1% 0.36% -
HSV(B) 50.97º 1% 0.73% -
XYZ 32.48 34.89 5.02 -
YUV 148.36 44.28 154.85 -
System Red Green Blue C M Y K H S L
Decimal 186 158 0 0 0.15 1 0.27 50.97 1 0.36
Hex BA 9E 0 0 F 64 1B 33 64 24
Octal 272 236 0 0 17 144 33 63 144 44
Binary 10111010 10011110 0 0 1111 1100100 11011 110011 1100100 100100

Color Harmonies of #BA9E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E00

Black with #BA9E00

Text Example


Text Example

White with #BA9E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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