Html Css Color HEX #BA9E17 Buddha Gold

📋 copy color: '#BA9E17'

red 186 ◦ green 158 ◦ blue 23

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

Shades of Buddha Gold #BA9E17

Tints of Buddha Gold #BA9E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.27%

R = 50.68%
G = 43.05%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA9E17 (or 0xBA9E17) is known color: Buddha Gold. HEX triplet: BA, 9E and 17. RGB value is (186,158,23). Sum of RGB (Red+Green+Blue) = 186+158+23=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E17 is #4561E8. Grayscale: #979797. Windows color (decimal): -4547049 or 1547962. OLE color: 1547962.

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

Color convert

RGB 186 158 23 -
CMYK 0 0.15 0.88 0.27
HSL 49.69º 0.78% 0.41% -
HSV(B) 49.69º 0.88% 0.73% -
XYZ 32.63 34.95 5.84 -
YUV 150.98 55.78 152.98 -
System Red Green Blue C M Y K H S L
Decimal 186 158 23 0 0.15 0.88 0.27 49.69 0.78 0.41
Hex BA 9E 17 0 F 58 1B 32 4E 29
Octal 272 236 27 0 17 130 33 62 116 51
Binary 10111010 10011110 10111 0 1111 1011000 11011 110010 1001110 101001

Color Harmonies of #BA9E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E17

Black with #BA9E17

Text Example


Text Example

White with #BA9E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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