Html Css Color HEX #BA9C05 Buddha Gold

📋 copy color: '#BA9C05'

red 186 ◦ green 156 ◦ blue 5

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

Shades of Buddha Gold #BA9C05

Tints of Buddha Gold #BA9C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 53.6%
G = 44.96%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA9C05 (or 0xBA9C05) is known color: Buddha Gold. HEX triplet: BA, 9C and 05. RGB value is (186,156,5). Sum of RGB (Red+Green+Blue) = 186+156+5=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9C05 is #4563FA. Grayscale: #949494. Windows color (decimal): -4547579 or 367802. OLE color: 367802.

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

Color convert

RGB 186 156 5 -
CMYK 0 0.16 0.97 0.27
HSL 50.06º 0.95% 0.37% -
HSV(B) 50.06º 0.97% 0.73% -
XYZ 32.17 34.23 5.05 -
YUV 147.76 47.44 155.28 -
System Red Green Blue C M Y K H S L
Decimal 186 156 5 0 0.16 0.97 0.27 50.06 0.95 0.37
Hex BA 9C 5 0 10 61 1B 32 5F 25
Octal 272 234 5 0 20 141 33 62 137 45
Binary 10111010 10011100 101 0 10000 1100001 11011 110010 1011111 100101

Color Harmonies of #BA9C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9C05

Black with #BA9C05

Text Example


Text Example

White with #BA9C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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