Html Css Color HEX #BA9513 Buddha Gold

📋 copy color: '#BA9513'

red 186 ◦ green 149 ◦ blue 19

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

Shades of Buddha Gold #BA9513

Tints of Buddha Gold #BA9513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.09%

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

R = 52.54%
G = 42.09%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA9513 (or 0xBA9513) is known color: Buddha Gold. HEX triplet: BA, 95 and 13. RGB value is (186,149,19). Sum of RGB (Red+Green+Blue) = 186+149+19=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9513 is #456AEC. Grayscale: #919191. Windows color (decimal): -4549357 or 1283514. OLE color: 1283514.

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

Color convert

RGB 186 149 19 -
CMYK 0 0.20 0.90 0.27
HSL 46.71º 0.81% 0.4% -
HSV(B) 46.71º 0.9% 0.73% -
XYZ 31.11 31.98 5.15 -
YUV 145.24 56.76 157.07 -
System Red Green Blue C M Y K H S L
Decimal 186 149 19 0 0.20 0.90 0.27 46.71 0.81 0.4
Hex BA 95 13 0 14 5A 1B 2F 51 28
Octal 272 225 23 0 24 132 33 57 121 50
Binary 10111010 10010101 10011 0 10100 1011010 11011 101111 1010001 101000

Color Harmonies of #BA9513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9513

Black with #BA9513

Text Example


Text Example

White with #BA9513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9513; }

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

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

background-color css

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

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

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

border-color css

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

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

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