Html Css Color HEX #BA9814 Buddha Gold

📋 copy color: '#BA9814'

red 186 ◦ green 152 ◦ blue 20

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

Shades of Buddha Gold #BA9814

Tints of Buddha Gold #BA9814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.59%

R = 51.96%
G = 42.46%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA9814 (or 0xBA9814) is known color: Buddha Gold. HEX triplet: BA, 98 and 14. RGB value is (186,152,20). Sum of RGB (Red+Green+Blue) = 186+152+20=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9814 is #4567EB. Grayscale: #939393. Windows color (decimal): -4548588 or 1349818. OLE color: 1349818.

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

Color convert

RGB 186 152 20 -
CMYK 0 0.18 0.89 0.27
HSL 47.71º 0.81% 0.4% -
HSV(B) 47.71º 0.89% 0.73% -
XYZ 31.6 32.95 5.36 -
YUV 147.12 56.26 155.73 -
System Red Green Blue C M Y K H S L
Decimal 186 152 20 0 0.18 0.89 0.27 47.71 0.81 0.4
Hex BA 98 14 0 12 59 1B 30 51 28
Octal 272 230 24 0 22 131 33 60 121 50
Binary 10111010 10011000 10100 0 10010 1011001 11011 110000 1010001 101000

Color Harmonies of #BA9814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9814

Black with #BA9814

Text Example


Text Example

White with #BA9814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9814; }

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

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

background-color css

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

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

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

border-color css

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

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

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