Html Css Color HEX #BA9F06 Buddha Gold

📋 copy color: '#BA9F06'

red 186 ◦ green 159 ◦ blue 6

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

Shades of Buddha Gold #BA9F06

Tints of Buddha Gold #BA9F06

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.3%

 BLUE value IS 6 (2.73% from 255) = 1.71%

R = 52.99%
G = 45.3%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA9F06 (or 0xBA9F06) is known color: Buddha Gold. HEX triplet: BA, 9F and 06. RGB value is (186,159,6). Sum of RGB (Red+Green+Blue) = 186+159+6=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9F06 is #4560F9. Grayscale: #969696. Windows color (decimal): -4546810 or 434106. OLE color: 434106.

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

Color convert

RGB 186 159 6 -
CMYK 0 0.15 0.97 0.27
HSL 51º 0.94% 0.38% -
HSV(B) 51º 0.97% 0.73% -
XYZ 32.68 35.25 5.25 -
YUV 149.63 46.95 153.94 -
System Red Green Blue C M Y K H S L
Decimal 186 159 6 0 0.15 0.97 0.27 51 0.94 0.38
Hex BA 9F 6 0 F 61 1B 33 5E 26
Octal 272 237 6 0 17 141 33 63 136 46
Binary 10111010 10011111 110 0 1111 1100001 11011 110011 1011110 100110

Color Harmonies of #BA9F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F06

Black with #BA9F06

Text Example


Text Example

White with #BA9F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F06; }

 p { color: rgb(186,159,6); }

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

background-color css

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

 a { background-color: rgb(186,159,6); }

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

border-color css

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

 span { border-color: rgb(186,159,6); }

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