Html Css Color HEX #BA9B09 Buddha Gold

📋 copy color: '#BA9B09'

red 186 ◦ green 155 ◦ blue 9

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

Shades of Buddha Gold #BA9B09

Tints of Buddha Gold #BA9B09

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.29%

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

R = 53.14%
G = 44.29%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA9B09 (or 0xBA9B09) is known color: Buddha Gold. HEX triplet: BA, 9B and 09. RGB value is (186,155,9). Sum of RGB (Red+Green+Blue) = 186+155+9=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9B09 is #4564F6. Grayscale: #949494. Windows color (decimal): -4547831 or 629690. OLE color: 629690.

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

Color convert

RGB 186 155 9 -
CMYK 0 0.17 0.95 0.27
HSL 49.49º 0.91% 0.38% -
HSV(B) 49.49º 0.95% 0.73% -
XYZ 32.02 33.9 5.11 -
YUV 147.63 49.77 155.37 -
System Red Green Blue C M Y K H S L
Decimal 186 155 9 0 0.17 0.95 0.27 49.49 0.91 0.38
Hex BA 9B 9 0 11 5F 1B 31 5B 26
Octal 272 233 11 0 21 137 33 61 133 46
Binary 10111010 10011011 1001 0 10001 1011111 11011 110001 1011011 100110

Color Harmonies of #BA9B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9B09

Black with #BA9B09

Text Example


Text Example

White with #BA9B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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