Html Css Color HEX #BA9015 Buddha Gold

📋 copy color: '#BA9015'

red 186 ◦ green 144 ◦ blue 21

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

Shades of Buddha Gold #BA9015

Tints of Buddha Gold #BA9015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.03%

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

R = 52.99%
G = 41.03%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA9015 (or 0xBA9015) is known color: Buddha Gold. HEX triplet: BA, 90 and 15. RGB value is (186,144,21). Sum of RGB (Red+Green+Blue) = 186+144+21=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9015 is #456FEA. Grayscale: #8F8F8F. Windows color (decimal): -4550635 or 1413306. OLE color: 1413306.

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

Color convert

RGB 186 144 21 -
CMYK 0 0.23 0.89 0.27
HSL 44.73º 0.8% 0.41% -
HSV(B) 44.73º 0.89% 0.73% -
XYZ 30.36 30.44 4.98 -
YUV 142.54 59.41 159 -
System Red Green Blue C M Y K H S L
Decimal 186 144 21 0 0.23 0.89 0.27 44.73 0.8 0.41
Hex BA 90 15 0 17 59 1B 2D 50 29
Octal 272 220 25 0 27 131 33 55 120 51
Binary 10111010 10010000 10101 0 10111 1011001 11011 101101 1010000 101001

Color Harmonies of #BA9015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9015

Black with #BA9015

Text Example


Text Example

White with #BA9015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9015; }

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

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

background-color css

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

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

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

border-color css

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

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

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