Html Css Color HEX #BA9713 Buddha Gold

📋 copy color: '#BA9713'

red 186 ◦ green 151 ◦ blue 19

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

Shades of Buddha Gold #BA9713

Tints of Buddha Gold #BA9713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.34%

R = 52.25%
G = 42.42%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA9713 (or 0xBA9713) is known color: Buddha Gold. HEX triplet: BA, 97 and 13. RGB value is (186,151,19). Sum of RGB (Red+Green+Blue) = 186+151+19=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9713 is #4568EC. Grayscale: #929292. Windows color (decimal): -4548845 or 1284026. OLE color: 1284026.

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

Color convert

RGB 186 151 19 -
CMYK 0 0.19 0.90 0.27
HSL 47.43º 0.81% 0.4% -
HSV(B) 47.43º 0.9% 0.73% -
XYZ 31.43 32.62 5.26 -
YUV 146.42 56.1 156.23 -
System Red Green Blue C M Y K H S L
Decimal 186 151 19 0 0.19 0.90 0.27 47.43 0.81 0.4
Hex BA 97 13 0 13 5A 1B 2F 51 28
Octal 272 227 23 0 23 132 33 57 121 50
Binary 10111010 10010111 10011 0 10011 1011010 11011 101111 1010001 101000

Color Harmonies of #BA9713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9713

Black with #BA9713

Text Example


Text Example

White with #BA9713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9713; }

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

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

background-color css

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

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

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

border-color css

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

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

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