Html Css Color HEX #BA9215 Buddha Gold

📋 copy color: '#BA9215'

red 186 ◦ green 146 ◦ blue 21

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

Shades of Buddha Gold #BA9215

Tints of Buddha Gold #BA9215

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.36%

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

R = 52.69%
G = 41.36%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA9215 (or 0xBA9215) is known color: Buddha Gold. HEX triplet: BA, 92 and 15. RGB value is (186,146,21). Sum of RGB (Red+Green+Blue) = 186+146+21=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9215 is #456DEA. Grayscale: #909090. Windows color (decimal): -4550123 or 1413818. OLE color: 1413818.

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

Color convert

RGB 186 146 21 -
CMYK 0 0.22 0.89 0.27
HSL 45.45º 0.8% 0.41% -
HSV(B) 45.45º 0.89% 0.73% -
XYZ 30.66 31.05 5.09 -
YUV 143.71 58.75 158.16 -
System Red Green Blue C M Y K H S L
Decimal 186 146 21 0 0.22 0.89 0.27 45.45 0.8 0.41
Hex BA 92 15 0 16 59 1B 2D 50 29
Octal 272 222 25 0 26 131 33 55 120 51
Binary 10111010 10010010 10101 0 10110 1011001 11011 101101 1010000 101001

Color Harmonies of #BA9215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9215

Black with #BA9215

Text Example


Text Example

White with #BA9215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9215; }

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

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

background-color css

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

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

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

border-color css

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

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

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