Html Css Color HEX #BA9615 Buddha Gold

📋 copy color: '#BA9615'

red 186 ◦ green 150 ◦ blue 21

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

Shades of Buddha Gold #BA9615

Tints of Buddha Gold #BA9615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.88%

R = 52.1%
G = 42.02%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA9615 (or 0xBA9615) is known color: Buddha Gold. HEX triplet: BA, 96 and 15. RGB value is (186,150,21). Sum of RGB (Red+Green+Blue) = 186+150+21=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9615 is #4569EA. Grayscale: #929292. Windows color (decimal): -4549099 or 1414842. OLE color: 1414842.

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

Color convert

RGB 186 150 21 -
CMYK 0 0.19 0.89 0.27
HSL 46.91º 0.8% 0.41% -
HSV(B) 46.91º 0.89% 0.73% -
XYZ 31.29 32.31 5.3 -
YUV 146.06 57.43 156.49 -
System Red Green Blue C M Y K H S L
Decimal 186 150 21 0 0.19 0.89 0.27 46.91 0.8 0.41
Hex BA 96 15 0 13 59 1B 2F 50 29
Octal 272 226 25 0 23 131 33 57 120 51
Binary 10111010 10010110 10101 0 10011 1011001 11011 101111 1010000 101001

Color Harmonies of #BA9615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9615

Black with #BA9615

Text Example


Text Example

White with #BA9615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9615; }

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

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

background-color css

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

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

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

border-color css

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

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

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