Html Css Color HEX #BA9909 Buddha Gold

📋 copy color: '#BA9909'

red 186 ◦ green 153 ◦ blue 9

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

Shades of Buddha Gold #BA9909

Tints of Buddha Gold #BA9909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.59%

R = 53.45%
G = 43.97%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA9909 (or 0xBA9909) is known color: Buddha Gold. HEX triplet: BA, 99 and 09. RGB value is (186,153,9). Sum of RGB (Red+Green+Blue) = 186+153+9=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9909 is #4566F6. Grayscale: #939393. Windows color (decimal): -4548343 or 629178. OLE color: 629178.

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

Color convert

RGB 186 153 9 -
CMYK 0 0.18 0.95 0.27
HSL 48.81º 0.91% 0.38% -
HSV(B) 48.81º 0.95% 0.73% -
XYZ 31.69 33.24 5 -
YUV 146.45 50.43 156.21 -
System Red Green Blue C M Y K H S L
Decimal 186 153 9 0 0.18 0.95 0.27 48.81 0.91 0.38
Hex BA 99 9 0 12 5F 1B 31 5B 26
Octal 272 231 11 0 22 137 33 61 133 46
Binary 10111010 10011001 1001 0 10010 1011111 11011 110001 1011011 100110

Color Harmonies of #BA9909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9909

Black with #BA9909

Text Example


Text Example

White with #BA9909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9909; }

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

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

background-color css

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

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

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

border-color css

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

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

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