Html Css Color HEX #BA9E11 Buddha Gold

📋 copy color: '#BA9E11'

red 186 ◦ green 158 ◦ blue 17

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

Shades of Buddha Gold #BA9E11

Tints of Buddha Gold #BA9E11

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.77%

 BLUE value IS 17 (7.03% from 255) = 4.71%

R = 51.52%
G = 43.77%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA9E11 (or 0xBA9E11) is known color: Buddha Gold. HEX triplet: BA, 9E and 11. RGB value is (186,158,17). Sum of RGB (Red+Green+Blue) = 186+158+17=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E11 is #4561EE. Grayscale: #969696. Windows color (decimal): -4547055 or 1154746. OLE color: 1154746.

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

Color convert

RGB 186 158 17 -
CMYK 0 0.15 0.91 0.27
HSL 50.06º 0.83% 0.4% -
HSV(B) 50.06º 0.91% 0.73% -
XYZ 32.58 34.93 5.56 -
YUV 150.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 186 158 17 0 0.15 0.91 0.27 50.06 0.83 0.4
Hex BA 9E 11 0 F 5B 1B 32 53 28
Octal 272 236 21 0 17 133 33 62 123 50
Binary 10111010 10011110 10001 0 1111 1011011 11011 110010 1010011 101000

Color Harmonies of #BA9E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E11

Black with #BA9E11

Text Example


Text Example

White with #BA9E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E11; }

 p { color: rgb(186,158,17); }

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

background-color css

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

 a { background-color: rgb(186,158,17); }

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

border-color css

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

 span { border-color: rgb(186,158,17); }

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