Html Css Color HEX #BA9812 Buddha Gold

📋 copy color: '#BA9812'

red 186 ◦ green 152 ◦ blue 18

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

Shades of Buddha Gold #BA9812

Tints of Buddha Gold #BA9812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.06%

R = 52.25%
G = 42.7%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA9812 (or 0xBA9812) is known color: Buddha Gold. HEX triplet: BA, 98 and 12. RGB value is (186,152,18). Sum of RGB (Red+Green+Blue) = 186+152+18=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9812 is #4567ED. Grayscale: #939393. Windows color (decimal): -4548590 or 1218746. OLE color: 1218746.

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

Color convert

RGB 186 152 18 -
CMYK 0 0.18 0.90 0.27
HSL 47.86º 0.82% 0.4% -
HSV(B) 47.86º 0.9% 0.73% -
XYZ 31.59 32.94 5.27 -
YUV 146.89 55.26 155.9 -
System Red Green Blue C M Y K H S L
Decimal 186 152 18 0 0.18 0.90 0.27 47.86 0.82 0.4
Hex BA 98 12 0 12 5A 1B 30 52 28
Octal 272 230 22 0 22 132 33 60 122 50
Binary 10111010 10011000 10010 0 10010 1011010 11011 110000 1010010 101000

Color Harmonies of #BA9812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9812

Black with #BA9812

Text Example


Text Example

White with #BA9812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9812; }

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

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

background-color css

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

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

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

border-color css

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

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

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