Html Css Color HEX #BA9911 Buddha Gold

📋 copy color: '#BA9911'

red 186 ◦ green 153 ◦ blue 17

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

Shades of Buddha Gold #BA9911

Tints of Buddha Gold #BA9911

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.98%

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

R = 52.25%
G = 42.98%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA9911 (or 0xBA9911) is known color: Buddha Gold. HEX triplet: BA, 99 and 11. RGB value is (186,153,17). Sum of RGB (Red+Green+Blue) = 186+153+17=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9911 is #4566EE. Grayscale: #939393. Windows color (decimal): -4548335 or 1153466. OLE color: 1153466.

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

Color convert

RGB 186 153 17 -
CMYK 0 0.18 0.91 0.27
HSL 48.28º 0.83% 0.4% -
HSV(B) 48.28º 0.91% 0.73% -
XYZ 31.74 33.26 5.28 -
YUV 147.36 54.43 155.56 -
System Red Green Blue C M Y K H S L
Decimal 186 153 17 0 0.18 0.91 0.27 48.28 0.83 0.4
Hex BA 99 11 0 12 5B 1B 30 53 28
Octal 272 231 21 0 22 133 33 60 123 50
Binary 10111010 10011001 10001 0 10010 1011011 11011 110000 1010011 101000

Color Harmonies of #BA9911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9911

Black with #BA9911

Text Example


Text Example

White with #BA9911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9911; }

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

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

background-color css

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

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

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

border-color css

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

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

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