Html Css Color HEX #BA9619 Buddha Gold

📋 copy color: '#BA9619'

red 186 ◦ green 150 ◦ blue 25

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

Shades of Buddha Gold #BA9619

Tints of Buddha Gold #BA9619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.93%

R = 51.52%
G = 41.55%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA9619 (or 0xBA9619) is known color: Buddha Gold. HEX triplet: BA, 96 and 19. RGB value is (186,150,25). Sum of RGB (Red+Green+Blue) = 186+150+25=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9619 is #4569E6. Grayscale: #939393. Windows color (decimal): -4549095 or 1676986. OLE color: 1676986.

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

Color convert

RGB 186 150 25 -
CMYK 0 0.19 0.87 0.27
HSL 46.58º 0.76% 0.41% -
HSV(B) 46.58º 0.87% 0.73% -
XYZ 31.33 32.32 5.51 -
YUV 146.51 59.43 156.16 -
System Red Green Blue C M Y K H S L
Decimal 186 150 25 0 0.19 0.87 0.27 46.58 0.76 0.41
Hex BA 96 19 0 13 57 1B 2F 4C 29
Octal 272 226 31 0 23 127 33 57 114 51
Binary 10111010 10010110 11001 0 10011 1010111 11011 101111 1001100 101001

Color Harmonies of #BA9619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9619

Black with #BA9619

Text Example


Text Example

White with #BA9619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9619; }

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

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

background-color css

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

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

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

border-color css

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

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

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