Html Css Color HEX #BA9613 Buddha Gold

📋 copy color: '#BA9613'

red 186 ◦ green 150 ◦ blue 19

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

Shades of Buddha Gold #BA9613

Tints of Buddha Gold #BA9613

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.25%

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

R = 52.39%
G = 42.25%
B = 5.35%

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

#BA9613 (or 0xBA9613) is known color: Buddha Gold. HEX triplet: BA, 96 and 13. RGB value is (186,150,19). Sum of RGB (Red+Green+Blue) = 186+150+19=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9613 is #4569EC. Grayscale: #929292. Windows color (decimal): -4549101 or 1283770. OLE color: 1283770.

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

Color convert

RGB 186 150 19 -
CMYK 0 0.19 0.90 0.27
HSL 47.07º 0.81% 0.4% -
HSV(B) 47.07º 0.9% 0.73% -
XYZ 31.27 32.3 5.2 -
YUV 145.83 56.43 156.65 -
System Red Green Blue C M Y K H S L
Decimal 186 150 19 0 0.19 0.90 0.27 47.07 0.81 0.4
Hex BA 96 13 0 13 5A 1B 2F 51 28
Octal 272 226 23 0 23 132 33 57 121 50
Binary 10111010 10010110 10011 0 10011 1011010 11011 101111 1010001 101000

Color Harmonies of #BA9613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9613

Black with #BA9613

Text Example


Text Example

White with #BA9613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9613; }

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

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

background-color css

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

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

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

border-color css

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

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

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