Html Css Color HEX #BA9315 Buddha Gold

📋 copy color: '#BA9315'

red 186 ◦ green 147 ◦ blue 21

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

Shades of Buddha Gold #BA9315

Tints of Buddha Gold #BA9315

RGB

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

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

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

R = 52.54%
G = 41.53%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA9315 (or 0xBA9315) is known color: Buddha Gold. HEX triplet: BA, 93 and 15. RGB value is (186,147,21). Sum of RGB (Red+Green+Blue) = 186+147+21=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9315 is #456CEA. Grayscale: #909090. Windows color (decimal): -4549867 or 1414074. OLE color: 1414074.

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

Color convert

RGB 186 147 21 -
CMYK 0 0.21 0.89 0.27
HSL 45.82º 0.8% 0.41% -
HSV(B) 45.82º 0.89% 0.73% -
XYZ 30.82 31.36 5.14 -
YUV 144.3 58.42 157.75 -
System Red Green Blue C M Y K H S L
Decimal 186 147 21 0 0.21 0.89 0.27 45.82 0.8 0.41
Hex BA 93 15 0 15 59 1B 2E 50 29
Octal 272 223 25 0 25 131 33 56 120 51
Binary 10111010 10010011 10101 0 10101 1011001 11011 101110 1010000 101001

Color Harmonies of #BA9315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9315

Black with #BA9315

Text Example


Text Example

White with #BA9315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9315; }

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

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

background-color css

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

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

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

border-color css

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

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

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