Html Css Color HEX #BA9A0C Buddha Gold

📋 copy color: '#BA9A0C'

red 186 ◦ green 154 ◦ blue 12

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

Shades of Buddha Gold #BA9A0C

Tints of Buddha Gold #BA9A0C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.75%

 BLUE value IS 12 (5.08% from 255) = 3.41%

R = 52.84%
G = 43.75%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA9A0C (or 0xBA9A0C) is known color: Buddha Gold. HEX triplet: BA, 9A and 0C. RGB value is (186,154,12). Sum of RGB (Red+Green+Blue) = 186+154+12=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9A0C is #4565F3. Grayscale: #939393. Windows color (decimal): -4548084 or 826042. OLE color: 826042.

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

Color convert

RGB 186 154 12 -
CMYK 0 0.17 0.94 0.27
HSL 48.97º 0.88% 0.39% -
HSV(B) 48.97º 0.94% 0.73% -
XYZ 31.87 33.58 5.15 -
YUV 147.38 51.6 155.55 -
System Red Green Blue C M Y K H S L
Decimal 186 154 12 0 0.17 0.94 0.27 48.97 0.88 0.39
Hex BA 9A C 0 11 5E 1B 31 58 27
Octal 272 232 14 0 21 136 33 61 130 47
Binary 10111010 10011010 1100 0 10001 1011110 11011 110001 1011000 100111

Color Harmonies of #BA9A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A0C

Black with #BA9A0C

Text Example


Text Example

White with #BA9A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A0C; }

 p { color: rgb(186,154,12); }

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

background-color css

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

 a { background-color: rgb(186,154,12); }

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

border-color css

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

 span { border-color: rgb(186,154,12); }

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