Html Css Color HEX #BA9E20 Buddha Gold

📋 copy color: '#BA9E20'

red 186 ◦ green 158 ◦ blue 32

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

Shades of Buddha Gold #BA9E20

Tints of Buddha Gold #BA9E20

RGB

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

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

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

R = 49.47%
G = 42.02%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA9E20 (or 0xBA9E20) is known color: Buddha Gold. HEX triplet: BA, 9E and 20. RGB value is (186,158,32). Sum of RGB (Red+Green+Blue) = 186+158+32=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E20 is #4561DF. Grayscale: #989898. Windows color (decimal): -4547040 or 2137786. OLE color: 2137786.

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

Color convert

RGB 186 158 32 -
CMYK 0 0.15 0.83 0.27
HSL 49.09º 0.71% 0.43% -
HSV(B) 49.09º 0.83% 0.73% -
XYZ 32.74 35 6.4 -
YUV 152.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 186 158 32 0 0.15 0.83 0.27 49.09 0.71 0.43
Hex BA 9E 20 0 F 53 1B 31 47 2B
Octal 272 236 40 0 17 123 33 61 107 53
Binary 10111010 10011110 100000 0 1111 1010011 11011 110001 1000111 101011

Color Harmonies of #BA9E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E20

Black with #BA9E20

Text Example


Text Example

White with #BA9E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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