Html Css Color HEX #BA9E04 Buddha Gold

📋 copy color: '#BA9E04'

red 186 ◦ green 158 ◦ blue 4

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

Shades of Buddha Gold #BA9E04

Tints of Buddha Gold #BA9E04

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.4%

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 53.45%
G = 45.4%
B = 1.15%

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

#BA9E04 (or 0xBA9E04) is known color: Buddha Gold. HEX triplet: BA, 9E and 04. RGB value is (186,158,4). Sum of RGB (Red+Green+Blue) = 186+158+4=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E04 is #4561FB. Grayscale: #959595. Windows color (decimal): -4547068 or 302778. OLE color: 302778.

HSL color Cylindrical-coordinate representation of color #BA9E04: hue angle of 50.77º degrees, saturation: 0.96, 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 #BA9E04 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 158 4 -
CMYK 0 0.15 0.98 0.27
HSL 50.77º 0.96% 0.37% -
HSV(B) 50.77º 0.98% 0.73% -
XYZ 32.5 34.9 5.14 -
YUV 148.82 46.28 154.52 -
System Red Green Blue C M Y K H S L
Decimal 186 158 4 0 0.15 0.98 0.27 50.77 0.96 0.37
Hex BA 9E 4 0 F 62 1B 33 60 25
Octal 272 236 4 0 17 142 33 63 140 45
Binary 10111010 10011110 100 0 1111 1100010 11011 110011 1100000 100101

Color Harmonies of #BA9E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E04

Black with #BA9E04

Text Example


Text Example

White with #BA9E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E04; }

 p { color: rgb(186,158,4); }

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

background-color css

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

 a { background-color: rgb(186,158,4); }

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

border-color css

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

 span { border-color: rgb(186,158,4); }

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