Html Css Color HEX #BA9F03 Buddha Gold

📋 copy color: '#BA9F03'

red 186 ◦ green 159 ◦ blue 3

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

Shades of Buddha Gold #BA9F03

Tints of Buddha Gold #BA9F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 53.45%
G = 45.69%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA9F03 (or 0xBA9F03) is known color: Buddha Gold. HEX triplet: BA, 9F and 03. RGB value is (186,159,3). Sum of RGB (Red+Green+Blue) = 186+159+3=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9F03 is #4560FC. Grayscale: #959595. Windows color (decimal): -4546813 or 237498. OLE color: 237498.

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

Color convert

RGB 186 159 3 -
CMYK 0 0.15 0.98 0.27
HSL 51.15º 0.97% 0.37% -
HSV(B) 51.15º 0.98% 0.73% -
XYZ 32.66 35.24 5.17 -
YUV 149.29 45.45 154.18 -
System Red Green Blue C M Y K H S L
Decimal 186 159 3 0 0.15 0.98 0.27 51.15 0.97 0.37
Hex BA 9F 3 0 F 62 1B 33 61 25
Octal 272 237 3 0 17 142 33 63 141 45
Binary 10111010 10011111 11 0 1111 1100010 11011 110011 1100001 100101

Color Harmonies of #BA9F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F03

Black with #BA9F03

Text Example


Text Example

White with #BA9F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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