Html Css Color HEX #BA9C09 Buddha Gold

📋 copy color: '#BA9C09'

red 186 ◦ green 156 ◦ blue 9

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

Shades of Buddha Gold #BA9C09

Tints of Buddha Gold #BA9C09

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.44%

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

R = 52.99%
G = 44.44%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA9C09 (or 0xBA9C09) is known color: Buddha Gold. HEX triplet: BA, 9C and 09. RGB value is (186,156,9). Sum of RGB (Red+Green+Blue) = 186+156+9=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9C09 is #4563F6. Grayscale: #949494. Windows color (decimal): -4547575 or 629946. OLE color: 629946.

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

Color convert

RGB 186 156 9 -
CMYK 0 0.16 0.95 0.27
HSL 49.83º 0.91% 0.38% -
HSV(B) 49.83º 0.95% 0.73% -
XYZ 32.19 34.24 5.17 -
YUV 148.21 49.44 154.95 -
System Red Green Blue C M Y K H S L
Decimal 186 156 9 0 0.16 0.95 0.27 49.83 0.91 0.38
Hex BA 9C 9 0 10 5F 1B 32 5B 26
Octal 272 234 11 0 20 137 33 62 133 46
Binary 10111010 10011100 1001 0 10000 1011111 11011 110010 1011011 100110

Color Harmonies of #BA9C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9C09

Black with #BA9C09

Text Example


Text Example

White with #BA9C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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