Html Css Color HEX #BA9319 Buddha Gold

📋 copy color: '#BA9319'

red 186 ◦ green 147 ◦ blue 25

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

Shades of Buddha Gold #BA9319

Tints of Buddha Gold #BA9319

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.06%

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

R = 51.96%
G = 41.06%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA9319 (or 0xBA9319) is known color: Buddha Gold. HEX triplet: BA, 93 and 19. RGB value is (186,147,25). Sum of RGB (Red+Green+Blue) = 186+147+25=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9319 is #456CE6. Grayscale: #919191. Windows color (decimal): -4549863 or 1676218. OLE color: 1676218.

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

Color convert

RGB 186 147 25 -
CMYK 0 0.21 0.87 0.27
HSL 45.47º 0.76% 0.41% -
HSV(B) 45.47º 0.87% 0.73% -
XYZ 30.86 31.38 5.35 -
YUV 144.75 60.42 157.42 -
System Red Green Blue C M Y K H S L
Decimal 186 147 25 0 0.21 0.87 0.27 45.47 0.76 0.41
Hex BA 93 19 0 15 57 1B 2D 4C 29
Octal 272 223 31 0 25 127 33 55 114 51
Binary 10111010 10010011 11001 0 10101 1010111 11011 101101 1001100 101001

Color Harmonies of #BA9319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9319

Black with #BA9319

Text Example


Text Example

White with #BA9319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9319; }

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

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

background-color css

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

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

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

border-color css

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

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

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