Html Css Color HEX #BA9718 Buddha Gold

📋 copy color: '#BA9718'

red 186 ◦ green 151 ◦ blue 24

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

Shades of Buddha Gold #BA9718

Tints of Buddha Gold #BA9718

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.83%

 BLUE value IS 24 (9.77% from 255) = 6.65%

R = 51.52%
G = 41.83%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA9718 (or 0xBA9718) is known color: Buddha Gold. HEX triplet: BA, 97 and 18. RGB value is (186,151,24). Sum of RGB (Red+Green+Blue) = 186+151+24=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9718 is #4568E7. Grayscale: #939393. Windows color (decimal): -4548840 or 1611706. OLE color: 1611706.

HSL color Cylindrical-coordinate representation of color #BA9718: hue angle of 47.04º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA9718 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 151 24 -
CMYK 0 0.19 0.87 0.27
HSL 47.04º 0.77% 0.41% -
HSV(B) 47.04º 0.87% 0.73% -
XYZ 31.48 32.64 5.5 -
YUV 146.99 58.6 155.83 -
System Red Green Blue C M Y K H S L
Decimal 186 151 24 0 0.19 0.87 0.27 47.04 0.77 0.41
Hex BA 97 18 0 13 57 1B 2F 4D 29
Octal 272 227 30 0 23 127 33 57 115 51
Binary 10111010 10010111 11000 0 10011 1010111 11011 101111 1001101 101001

Color Harmonies of #BA9718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9718

Black with #BA9718

Text Example


Text Example

White with #BA9718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9718; }

 p { color: rgb(186,151,24); }

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

background-color css

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

 a { background-color: rgb(186,151,24); }

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

border-color css

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

 span { border-color: rgb(186,151,24); }

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