Html Css Color HEX #BAA60D Buddha Gold

📋 copy color: '#BAA60D'

red 186 ◦ green 166 ◦ blue 13

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

Shades of Buddha Gold #BAA60D

Tints of Buddha Gold #BAA60D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.48%

 BLUE value IS 13 (5.47% from 255) = 3.56%

R = 50.96%
G = 45.48%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BAA60D (or 0xBAA60D) is known color: Buddha Gold. HEX triplet: BA, A6 and 0D. RGB value is (186,166,13). Sum of RGB (Red+Green+Blue) = 186+166+13=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA60D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA60D is #4559F2. Grayscale: #9B9B9B. Windows color (decimal): -4545011 or 894650. OLE color: 894650.

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

Color convert

RGB 186 166 13 -
CMYK 0 0.11 0.93 0.27
HSL 53.06º 0.87% 0.39% -
HSV(B) 53.06º 0.93% 0.73% -
XYZ 33.96 37.74 5.88 -
YUV 154.54 48.13 150.44 -
System Red Green Blue C M Y K H S L
Decimal 186 166 13 0 0.11 0.93 0.27 53.06 0.87 0.39
Hex BA A6 D 0 B 5D 1B 35 57 27
Octal 272 246 15 0 13 135 33 65 127 47
Binary 10111010 10100110 1101 0 1011 1011101 11011 110101 1010111 100111

Color Harmonies of #BAA60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA60D

Black with #BAA60D

Text Example


Text Example

White with #BAA60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA60D; }

 p { color: rgb(186,166,13); }

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

background-color css

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

 a { background-color: rgb(186,166,13); }

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

border-color css

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

 span { border-color: rgb(186,166,13); }

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