Html Css Color HEX #BA9E03 Buddha Gold

📋 copy color: '#BA9E03'

red 186 ◦ green 158 ◦ blue 3

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

Shades of Buddha Gold #BA9E03

Tints of Buddha Gold #BA9E03

RGB

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

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

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

R = 53.6%
G = 45.53%
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

#BA9E03 (or 0xBA9E03) is known color: Buddha Gold. HEX triplet: BA, 9E and 03. RGB value is (186,158,3). Sum of RGB (Red+Green+Blue) = 186+158+3=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E03 is #4561FC. Grayscale: #959595. Windows color (decimal): -4547069 or 237242. OLE color: 237242.

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

Color convert

RGB 186 158 3 -
CMYK 0 0.15 0.98 0.27
HSL 50.82º 0.97% 0.37% -
HSV(B) 50.82º 0.98% 0.73% -
XYZ 32.49 34.9 5.11 -
YUV 148.7 45.78 154.6 -
System Red Green Blue C M Y K H S L
Decimal 186 158 3 0 0.15 0.98 0.27 50.82 0.97 0.37
Hex BA 9E 3 0 F 62 1B 33 61 25
Octal 272 236 3 0 17 142 33 63 141 45
Binary 10111010 10011110 11 0 1111 1100010 11011 110011 1100001 100101

Color Harmonies of #BA9E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E03

Black with #BA9E03

Text Example


Text Example

White with #BA9E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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