Html Css Color HEX #BA9715 Buddha Gold

📋 copy color: '#BA9715'

red 186 ◦ green 151 ◦ blue 21

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

Shades of Buddha Gold #BA9715

Tints of Buddha Gold #BA9715

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.18%

 BLUE value IS 21 (8.59% from 255) = 5.87%

R = 51.96%
G = 42.18%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA9715 (or 0xBA9715) is known color: Buddha Gold. HEX triplet: BA, 97 and 15. RGB value is (186,151,21). Sum of RGB (Red+Green+Blue) = 186+151+21=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9715 is #4568EA. Grayscale: #939393. Windows color (decimal): -4548843 or 1415098. OLE color: 1415098.

HSL color Cylindrical-coordinate representation of color #BA9715: hue angle of 47.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA9715 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 151 21 -
CMYK 0 0.19 0.89 0.27
HSL 47.27º 0.8% 0.41% -
HSV(B) 47.27º 0.89% 0.73% -
XYZ 31.45 32.63 5.35 -
YUV 146.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 186 151 21 0 0.19 0.89 0.27 47.27 0.8 0.41
Hex BA 97 15 0 13 59 1B 2F 50 29
Octal 272 227 25 0 23 131 33 57 120 51
Binary 10111010 10010111 10101 0 10011 1011001 11011 101111 1010000 101001

Color Harmonies of #BA9715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9715

Black with #BA9715

Text Example


Text Example

White with #BA9715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9715; }

 p { color: rgb(186,151,21); }

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

background-color css

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

 a { background-color: rgb(186,151,21); }

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

border-color css

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

 span { border-color: rgb(186,151,21); }

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