Html Css Color HEX #BA9714 Buddha Gold

📋 copy color: '#BA9714'

red 186 ◦ green 151 ◦ blue 20

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

Shades of Buddha Gold #BA9714

Tints of Buddha Gold #BA9714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 52.1%
G = 42.3%
B = 5.6%

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

#BA9714 (or 0xBA9714) is known color: Buddha Gold. HEX triplet: BA, 97 and 14. RGB value is (186,151,20). Sum of RGB (Red+Green+Blue) = 186+151+20=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9714 is #4568EB. Grayscale: #939393. Windows color (decimal): -4548844 or 1349562. OLE color: 1349562.

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

Color convert

RGB 186 151 20 -
CMYK 0 0.19 0.89 0.27
HSL 47.35º 0.81% 0.4% -
HSV(B) 47.35º 0.89% 0.73% -
XYZ 31.44 32.62 5.3 -
YUV 146.53 56.6 156.15 -
System Red Green Blue C M Y K H S L
Decimal 186 151 20 0 0.19 0.89 0.27 47.35 0.81 0.4
Hex BA 97 14 0 13 59 1B 2F 51 28
Octal 272 227 24 0 23 131 33 57 121 50
Binary 10111010 10010111 10100 0 10011 1011001 11011 101111 1010001 101000

Color Harmonies of #BA9714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9714

Black with #BA9714

Text Example


Text Example

White with #BA9714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9714; }

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

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

background-color css

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

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

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

border-color css

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

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

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