Html Css Color HEX #BA9510 Buddha Gold

📋 copy color: '#BA9510'

red 186 ◦ green 149 ◦ blue 16

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

Shades of Buddha Gold #BA9510

Tints of Buddha Gold #BA9510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.56%

R = 52.99%
G = 42.45%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA9510 (or 0xBA9510) is known color: Buddha Gold. HEX triplet: BA, 95 and 10. RGB value is (186,149,16). Sum of RGB (Red+Green+Blue) = 186+149+16=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9510 is #456AEF. Grayscale: #919191. Windows color (decimal): -4549360 or 1086906. OLE color: 1086906.

HSL color Cylindrical-coordinate representation of color #BA9510: hue angle of 46.94º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA9510 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 149 16 -
CMYK 0 0.20 0.91 0.27
HSL 46.94º 0.84% 0.4% -
HSV(B) 46.94º 0.91% 0.73% -
XYZ 31.09 31.97 5.02 -
YUV 144.9 55.26 157.31 -
System Red Green Blue C M Y K H S L
Decimal 186 149 16 0 0.20 0.91 0.27 46.94 0.84 0.4
Hex BA 95 10 0 14 5B 1B 2F 54 28
Octal 272 225 20 0 24 133 33 57 124 50
Binary 10111010 10010101 10000 0 10100 1011011 11011 101111 1010100 101000

Color Harmonies of #BA9510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9510

Black with #BA9510

Text Example


Text Example

White with #BA9510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9510; }

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

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

background-color css

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

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

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

border-color css

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

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

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