Html Css Color HEX #BAA10B Buddha Gold

📋 copy color: '#BAA10B'

red 186 ◦ green 161 ◦ blue 11

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

Shades of Buddha Gold #BAA10B

Tints of Buddha Gold #BAA10B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.97%

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

R = 51.96%
G = 44.97%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BAA10B (or 0xBAA10B) is known color: Buddha Gold. HEX triplet: BA, A1 and 0B. RGB value is (186,161,11). Sum of RGB (Red+Green+Blue) = 186+161+11=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA10B is #455EF4. Grayscale: #989898. Windows color (decimal): -4546293 or 762298. OLE color: 762298.

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

Color convert

RGB 186 161 11 -
CMYK 0 0.13 0.94 0.27
HSL 51.43º 0.89% 0.39% -
HSV(B) 51.43º 0.94% 0.73% -
XYZ 33.05 35.95 5.51 -
YUV 151.38 48.78 152.7 -
System Red Green Blue C M Y K H S L
Decimal 186 161 11 0 0.13 0.94 0.27 51.43 0.89 0.39
Hex BA A1 B 0 D 5E 1B 33 59 27
Octal 272 241 13 0 15 136 33 63 131 47
Binary 10111010 10100001 1011 0 1101 1011110 11011 110011 1011001 100111

Color Harmonies of #BAA10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA10B

Black with #BAA10B

Text Example


Text Example

White with #BAA10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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