Html Css Color HEX #BA9816 Buddha Gold

📋 copy color: '#BA9816'

red 186 ◦ green 152 ◦ blue 22

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

Shades of Buddha Gold #BA9816

Tints of Buddha Gold #BA9816

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.22%

 BLUE value IS 22 (8.98% from 255) = 6.11%

R = 51.67%
G = 42.22%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA9816 (or 0xBA9816) is known color: Buddha Gold. HEX triplet: BA, 98 and 16. RGB value is (186,152,22). Sum of RGB (Red+Green+Blue) = 186+152+22=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9816 is #4567E9. Grayscale: #939393. Windows color (decimal): -4548586 or 1480890. OLE color: 1480890.

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

Color convert

RGB 186 152 22 -
CMYK 0 0.18 0.88 0.27
HSL 47.56º 0.79% 0.41% -
HSV(B) 47.56º 0.88% 0.73% -
XYZ 31.62 32.95 5.45 -
YUV 147.35 57.26 155.57 -
System Red Green Blue C M Y K H S L
Decimal 186 152 22 0 0.18 0.88 0.27 47.56 0.79 0.41
Hex BA 98 16 0 12 58 1B 30 4F 29
Octal 272 230 26 0 22 130 33 60 117 51
Binary 10111010 10011000 10110 0 10010 1011000 11011 110000 1001111 101001

Color Harmonies of #BA9816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9816

Black with #BA9816

Text Example


Text Example

White with #BA9816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9816; }

 p { color: rgb(186,152,22); }

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

background-color css

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

 a { background-color: rgb(186,152,22); }

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

border-color css

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

 span { border-color: rgb(186,152,22); }

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