Html Css Color HEX #BAA70B Buddha Gold

📋 copy color: '#BAA70B'

red 186 ◦ green 167 ◦ blue 11

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

Shades of Buddha Gold #BAA70B

Tints of Buddha Gold #BAA70B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.88%

 BLUE value IS 11 (4.69% from 255) = 3.02%

R = 51.1%
G = 45.88%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BAA70B (or 0xBAA70B) is known color: Buddha Gold. HEX triplet: BA, A7 and 0B. RGB value is (186,167,11). Sum of RGB (Red+Green+Blue) = 186+167+11=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA70B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA70B is #4558F4. Grayscale: #9B9B9B. Windows color (decimal): -4544757 or 763834. OLE color: 763834.

HSL color Cylindrical-coordinate representation of color #BAA70B: hue angle of 53.49º degrees, saturation: 0.89, 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 #BAA70B is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 167 11 -
CMYK 0 0.10 0.94 0.27
HSL 53.49º 0.89% 0.39% -
HSV(B) 53.49º 0.94% 0.73% -
XYZ 34.13 38.1 5.87 -
YUV 154.9 46.79 150.18 -
System Red Green Blue C M Y K H S L
Decimal 186 167 11 0 0.10 0.94 0.27 53.49 0.89 0.39
Hex BA A7 B 0 A 5E 1B 35 59 27
Octal 272 247 13 0 12 136 33 65 131 47
Binary 10111010 10100111 1011 0 1010 1011110 11011 110101 1011001 100111

Color Harmonies of #BAA70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA70B

Black with #BAA70B

Text Example


Text Example

White with #BAA70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA70B; }

 p { color: rgb(186,167,11); }

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

background-color css

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

 a { background-color: rgb(186,167,11); }

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

border-color css

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

 span { border-color: rgb(186,167,11); }

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