Html Css Color HEX #BA9D20 Buddha Gold

📋 copy color: '#BA9D20'

red 186 ◦ green 157 ◦ blue 32

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

Shades of Buddha Gold #BA9D20

Tints of Buddha Gold #BA9D20

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.87%

 BLUE value IS 32 (12.89% from 255) = 8.53%

R = 49.6%
G = 41.87%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA9D20 (or 0xBA9D20) is known color: Buddha Gold. HEX triplet: BA, 9D and 20. RGB value is (186,157,32). Sum of RGB (Red+Green+Blue) = 186+157+32=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9D20 is #4562DF. Grayscale: #979797. Windows color (decimal): -4547296 or 2137530. OLE color: 2137530.

HSL color Cylindrical-coordinate representation of color #BA9D20: hue angle of 48.7º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA9D20 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 157 32 -
CMYK 0 0.16 0.83 0.27
HSL 48.7º 0.71% 0.43% -
HSV(B) 48.7º 0.83% 0.73% -
XYZ 32.57 34.66 6.34 -
YUV 151.42 60.61 152.66 -
System Red Green Blue C M Y K H S L
Decimal 186 157 32 0 0.16 0.83 0.27 48.7 0.71 0.43
Hex BA 9D 20 0 10 53 1B 31 47 2B
Octal 272 235 40 0 20 123 33 61 107 53
Binary 10111010 10011101 100000 0 10000 1010011 11011 110001 1000111 101011

Color Harmonies of #BA9D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9D20

Black with #BA9D20

Text Example


Text Example

White with #BA9D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9D20; }

 p { color: rgb(186,157,32); }

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

background-color css

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

 a { background-color: rgb(186,157,32); }

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

border-color css

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

 span { border-color: rgb(186,157,32); }

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