Html Css Color HEX #BAA315 Buddha Gold

📋 copy color: '#BAA315'

red 186 ◦ green 163 ◦ blue 21

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

Shades of Buddha Gold #BAA315

Tints of Buddha Gold #BAA315

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.05%

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

R = 50.27%
G = 44.05%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BAA315 (or 0xBAA315) is known color: Buddha Gold. HEX triplet: BA, A3 and 15. RGB value is (186,163,21). Sum of RGB (Red+Green+Blue) = 186+163+21=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA315 is #455CEA. Grayscale: #9A9A9A. Windows color (decimal): -4545771 or 1418170. OLE color: 1418170.

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

Color convert

RGB 186 163 21 -
CMYK 0 0.12 0.89 0.27
HSL 51.64º 0.8% 0.41% -
HSV(B) 51.64º 0.89% 0.73% -
XYZ 33.48 36.69 6.03 -
YUV 153.69 53.12 151.05 -
System Red Green Blue C M Y K H S L
Decimal 186 163 21 0 0.12 0.89 0.27 51.64 0.8 0.41
Hex BA A3 15 0 C 59 1B 34 50 29
Octal 272 243 25 0 14 131 33 64 120 51
Binary 10111010 10100011 10101 0 1100 1011001 11011 110100 1010000 101001

Color Harmonies of #BAA315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA315

Black with #BAA315

Text Example


Text Example

White with #BAA315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA315; }

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

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

background-color css

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

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

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

border-color css

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

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

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