Html Css Color HEX #BA9C10 Buddha Gold

📋 copy color: '#BA9C10'

red 186 ◦ green 156 ◦ blue 16

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

Shades of Buddha Gold #BA9C10

Tints of Buddha Gold #BA9C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.58%

 BLUE value IS 16 (6.64% from 255) = 4.47%

R = 51.96%
G = 43.58%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA9C10 (or 0xBA9C10) is known color: Buddha Gold. HEX triplet: BA, 9C and 10. RGB value is (186,156,16). Sum of RGB (Red+Green+Blue) = 186+156+16=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9C10 is #4563EF. Grayscale: #959595. Windows color (decimal): -4547568 or 1088698. OLE color: 1088698.

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

Color convert

RGB 186 156 16 -
CMYK 0 0.16 0.91 0.27
HSL 49.41º 0.84% 0.4% -
HSV(B) 49.41º 0.91% 0.73% -
XYZ 32.23 34.25 5.4 -
YUV 149.01 52.94 154.38 -
System Red Green Blue C M Y K H S L
Decimal 186 156 16 0 0.16 0.91 0.27 49.41 0.84 0.4
Hex BA 9C 10 0 10 5B 1B 31 54 28
Octal 272 234 20 0 20 133 33 61 124 50
Binary 10111010 10011100 10000 0 10000 1011011 11011 110001 1010100 101000

Color Harmonies of #BA9C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9C10

Black with #BA9C10

Text Example


Text Example

White with #BA9C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9C10; }

 p { color: rgb(186,156,16); }

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

background-color css

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

 a { background-color: rgb(186,156,16); }

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

border-color css

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

 span { border-color: rgb(186,156,16); }

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