Html Css Color HEX #BA9807 Buddha Gold

📋 copy color: '#BA9807'

red 186 ◦ green 152 ◦ blue 7

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

Shades of Buddha Gold #BA9807

Tints of Buddha Gold #BA9807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 53.91%
G = 44.06%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA9807 (or 0xBA9807) is known color: Buddha Gold. HEX triplet: BA, 98 and 07. RGB value is (186,152,7). Sum of RGB (Red+Green+Blue) = 186+152+7=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9807 is #4567F8. Grayscale: #929292. Windows color (decimal): -4548601 or 497850. OLE color: 497850.

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

Color convert

RGB 186 152 7 -
CMYK 0 0.18 0.96 0.27
HSL 48.6º 0.93% 0.38% -
HSV(B) 48.6º 0.96% 0.73% -
XYZ 31.52 32.91 4.89 -
YUV 145.64 49.76 156.79 -
System Red Green Blue C M Y K H S L
Decimal 186 152 7 0 0.18 0.96 0.27 48.6 0.93 0.38
Hex BA 98 7 0 12 60 1B 31 5D 26
Octal 272 230 7 0 22 140 33 61 135 46
Binary 10111010 10011000 111 0 10010 1100000 11011 110001 1011101 100110

Color Harmonies of #BA9807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9807

Black with #BA9807

Text Example


Text Example

White with #BA9807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9807; }

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

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

background-color css

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

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

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

border-color css

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

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

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